tangled
alpha
login
or
join now
isuggest.selfce.st
/
strand
3
fork
atom
alternative tangled frontend (extremely wip)
3
fork
atom
overview
issues
pulls
pipelines
chore: cleanup
serenity
2 weeks ago
039d20d7
146431e2
-2
2 changed files
expand all
collapse all
unified
split
src
routes
__root.tsx
_layout
login.tsx
-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
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
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