init project

This commit is contained in:
2025-03-12 10:20:27 +07:00
commit fe04ff1137
84 changed files with 3050 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
// ===============================|| Blank Layout ||=============================== //
<script setup lang="ts">
</script>
<template>
<v-app>
<NuxtPage />
</v-app>
</template>