This commit is contained in:
nikita
2026-04-04 03:37:27 +03:00
parent 57b43da2e3
commit 9d1096a9b4
6 changed files with 9994 additions and 831 deletions
@@ -5,9 +5,9 @@ import { Layout } from "@/app/providers/layout/layout";
export const DefaultLayout = () => {
const { token } = useAuthStore();
if (!token) {
return <Navigate to="/auth" replace />;
}
// if (!token) {
// return <Navigate to="/auth" replace />;
// }
return (
<Layout>