refactor(frontend): extract auth and topbar workspace components

This commit is contained in:
Ruslan Bakiev
2026-02-23 11:15:29 +07:00
parent e5030a321f
commit 47ed805ac7
4 changed files with 181 additions and 108 deletions

View File

@@ -0,0 +1,5 @@
<template>
<div class="flex h-full items-center justify-center">
<span class="loading loading-spinner loading-md text-base-content/70" />
</div>
</template>