Files
policy-ui/app/pages/index.vue
Haim Kortovich 7e8025700b WIP
2026-03-05 11:36:23 -05:00

12 lines
191 B
Vue

<template>
<UContainer class="py-10">
<UCard>
<template #header>
<h1 class="text-2xl font-bold">
</h1>
</template>
</UCard>
</UContainer>
</template>