first commit

This commit is contained in:
Yusron alamsyah
2026-03-26 09:11:29 +07:00
commit 1f94c60e71
582 changed files with 46459 additions and 0 deletions

No files matched your search

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