diff options
Diffstat (limited to 'packages/client/src/views/PageNotFound.vue')
-rw-r--r-- | packages/client/src/views/PageNotFound.vue | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/client/src/views/PageNotFound.vue b/packages/client/src/views/PageNotFound.vue new file mode 100644 index 0000000..d2b6fbb --- /dev/null +++ b/packages/client/src/views/PageNotFound.vue @@ -0,0 +1,9 @@ +<template> + 404 lmao +</template> + +<script> +export default { + name: "PageNotFound" +}; +</script> |