fix: properly 404

This commit is contained in:
2022-08-10 18:56:06 -04:00
parent 04ab476d9b
commit 6f8f5dad7d

View File

@@ -1,12 +0,0 @@
<script setup lang="ts">
import Default from "./default.vue";
</script>
<template>
<Default>
<main class="flex flex-col grow">
<h1>404 - Not Found</h1>
<p>The page you are looking for cannot be found.</p>
</main>
</Default>
</template>