alternative tangled frontend (extremely wip)

chore: cleanup

serenity 039d20d7 146431e2

-2
-1
src/routes/__root.tsx
··· 11 11 import appCss from "../styles.css?url"; 12 12 13 13 import type { QueryClient } from "@tanstack/react-query"; 14 - import { OAuthProvider } from "@/lib/oauth"; 15 14 import { Providers } from "@/lib/providers"; 16 15 17 16 interface MyRouterContext {
-1
src/routes/_layout/login.tsx
··· 1 1 import { SignIn } from "@/components/Auth/SignIn"; 2 - import { NavBarUnauthed } from "@/components/Nav/NavBarUnauthed"; 3 2 import { useOAuth } from "@/lib/oauth"; 4 3 import { createFileRoute, useNavigate } from "@tanstack/react-router"; 5 4