Files
simrsx-fe/app/pages/index.vue
T
2025-08-07 14:50:15 +07:00

11 lines
310 B
Vue

<script setup lang="ts"></script>
<template>
<div class="flex w-full flex-col gap-4">
<div class="flex flex-wrap items-center justify-between gap-2">
<h2 class="text-2xl font-bold tracking-tight">Dashboard</h2>
<div class="flex items-center space-x-2"></div>
</div>
</div>
</template>