register users

This commit is contained in:
2025-07-16 18:37:26 +02:00
parent 990f196984
commit be362326aa
48 changed files with 1002 additions and 64 deletions

View File

@@ -0,0 +1,5 @@
<template>
<main class="flex h-full w-full items-center justify-center">
<slot />
</main>
</template>

View File

@@ -90,9 +90,3 @@ const breadcrumbs = computed(() => getBreadcrumbs(route.path));
</main>
</SidebarProvider>
</template>
<style>
* {
font-family: 'TikTok Sans', sans-serif;
}
</style>