feat(ui): basic layout

This commit is contained in:
2025-12-07 21:27:23 +01:00
parent 80583fd922
commit 84bd0d487c
16 changed files with 198 additions and 187 deletions

View File

@@ -0,0 +1,5 @@
<template>
<UUser name="name" description="email" />
</template>
<script lang="ts" setup></script>