From a64af87bd4a4e54f821d61a9e434e642124d320a Mon Sep 17 00:00:00 2001 From: rijkvanzanten Date: Tue, 25 May 2021 18:29:33 -0400 Subject: [PATCH] Add not found route --- app/src/modules/insights/routes/dashboard.vue | 31 ++++++++++++++++--- app/src/modules/insights/routes/not-found.vue | 31 +++++++++++++++++++ 2 files changed, 58 insertions(+), 4 deletions(-) create mode 100644 app/src/modules/insights/routes/not-found.vue diff --git a/app/src/modules/insights/routes/dashboard.vue b/app/src/modules/insights/routes/dashboard.vue index 3ae406b6a2..d9baad576e 100644 --- a/app/src/modules/insights/routes/dashboard.vue +++ b/app/src/modules/insights/routes/dashboard.vue @@ -1,18 +1,41 @@ diff --git a/app/src/modules/insights/routes/not-found.vue b/app/src/modules/insights/routes/not-found.vue new file mode 100644 index 0000000000..be8030bd5e --- /dev/null +++ b/app/src/modules/insights/routes/not-found.vue @@ -0,0 +1,31 @@ + + + + +