This commit is contained in:
2026-03-11 17:56:17 +03:00
parent 24c935df5f
commit 5a188b80e3
32 changed files with 225 additions and 828 deletions

View File

@@ -8,7 +8,7 @@ const authStore = useAuthStore()
<template>
<div class="h-screen bg-gray-500">
<div class="h-full m-auto py-4 md:w-4/5 sm:w-full w-full">
<div class="h-full m-auto py-4 md:w-full sm:w-full w-full">
<MainView v-if="authStore.isAuth" />
<SignInView v-else />
</div>