summaryrefslogtreecommitdiff
path: root/src/views/PageNotFound/index.js
diff options
context:
space:
mode:
authorDixsie Wolmers <dixsie@ibm.com>2020-08-26 22:53:01 +0300
committerGunnar Mills <gmills@us.ibm.com>2020-09-03 23:06:06 +0300
commit11e655ca77827f3d1be9bfeebbe245987dfb8370 (patch)
tree247727f3e0f88e3e19885ae2894b361900a583fb /src/views/PageNotFound/index.js
parentf88968f51bc648815eccaa2e58e80b231d14d362 (diff)
downloadwebui-vue-11e655ca77827f3d1be9bfeebbe245987dfb8370.tar.xz
Add 404 page
- User will be redirected to 404 page when navigating to undefined routes Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: I5d7bbcfdd279b6f6c993370e3adb39a516dbb1ba
Diffstat (limited to 'src/views/PageNotFound/index.js')
-rw-r--r--src/views/PageNotFound/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/views/PageNotFound/index.js b/src/views/PageNotFound/index.js
new file mode 100644
index 00000000..ed1d519a
--- /dev/null
+++ b/src/views/PageNotFound/index.js
@@ -0,0 +1,2 @@
+import PageNotFound from './PageNotFound.vue';
+export default PageNotFound;