1
0
mirror of https://github.com/ZeroCatDev/Classworks.git synced 2026-05-13 19:35:07 +00:00
Classworks/src/pages/404.vue
2026-04-17 13:49:52 +00:00

8 lines
115 B
Vue

<template>
<error404 />
</template>
<script setup>
import error404 from "@/components/error/404.vue";
</script>