feat: response in mobile and accouting

This commit is contained in:
2026-08-17 07:44:00 +03:30
parent e3071b8692
commit 90a66031bd
20 changed files with 556 additions and 114 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ export default function Home() {
const router = useRouter();
useEffect(() => {
router.push('/admin/login');
router.replace('/admin/login');
}, [router]);
return null;
}