This commit is contained in:
mohadese namavar
2024-06-16 00:22:14 +04:30
commit ec84dfd222
322 changed files with 77942 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<template>
<main class="auth">
<section>
<h1 class="text-center w-full text-9xl font-medium text-gray-500">
{{ error.statusCode }}
</h1>
</section>
</main>
</template>
<script setup>
const error = useError();
</script>
<style lang="scss" scoped></style>