register users
This commit is contained in:
5
frontend/layouts/auth.vue
Normal file
5
frontend/layouts/auth.vue
Normal file
@@ -0,0 +1,5 @@
|
||||
<template>
|
||||
<main class="flex h-full w-full items-center justify-center">
|
||||
<slot />
|
||||
</main>
|
||||
</template>
|
||||
@@ -90,9 +90,3 @@ const breadcrumbs = computed(() => getBreadcrumbs(route.path));
|
||||
</main>
|
||||
</SidebarProvider>
|
||||
</template>
|
||||
|
||||
<style>
|
||||
* {
|
||||
font-family: 'TikTok Sans', sans-serif;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user