Change the structure

This commit is contained in:
2025-10-08 18:15:23 +03:00
Unverified
parent 14a35bc18d
commit 737974dfa8
97 changed files with 1019 additions and 1030 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { useEffect } from "react";
import { useAppState } from "./app/ui/state";
import { useAppState } from "./chat/ui/state";
import { useNavigate } from "react-router-dom";
interface ProtectedRouteProps {