first commit antrean operasi

This commit is contained in:
effendy-dev
2026-01-22 09:11:15 +07:00
commit 659e2f80cf
552 changed files with 51438 additions and 0 deletions

No files matched your search

@@ -0,0 +1,13 @@
<script setup lang="ts">
import { ref } from 'vue';
// icons
import { UserIcon} from 'vue-tabler-icons';
</script>
<template>
<div class="text-center">
<v-avatar variant="flat" color="primary">
<UserIcon />
</v-avatar>
</div>
</template>