Restructure CSS

This commit is contained in:
2025-10-09 22:32:00 +03:00
Unverified
parent 2312569455
commit 0ccade3a91
67 changed files with 110 additions and 509 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { Navigate, useNavigate } from "react-router-dom";
import { useAppState } from "../chat/ui/state";
import { isElectron } from "../chat/electron/electron";
import { isElectron } from "../../core/electron/electron";
import "./home.scss";
function GitHubLink({ children }: { children: React.ReactNode }) {