This commit is contained in:
2025-10-31 19:10:01 +07:00
commit e54eb70c86
50 changed files with 11579 additions and 0 deletions

16
app/pages/index.vue Normal file
View File

@@ -0,0 +1,16 @@
<script lang="ts" setup="">
definePageMeta({
middleware: ['redirect-from-main-page']
})
</script>
<template>
<div>
main page
</div>
</template>
<style scoped lang="scss">
</style>