tangled
alpha
login
or
join now
margin.at
/
margin
86
fork
atom
Write on the margins of the internet. Powered by the AT Protocol.
margin.at
extension
web
atproto
comments
86
fork
atom
overview
issues
4
pulls
1
pipelines
im dumb
scanash.com
1 month ago
2e81d1d4
6d37abbd
+1
1 changed file
expand all
collapse all
unified
split
web
src
App.tsx
+1
web/src/App.tsx
···
47
47
return (
48
48
<BrowserRouter>
49
49
<Routes>
50
50
+
<Route path="/" element={<Navigate to="/home" replace />} />
50
51
<Route path="/login" element={<Login />} />
51
52
<Route path="/about" element={<About />} />
52
53
<Route path="/auth/*" element={<div>Redirecting...</div>} />