Write on the margins of the internet. Powered by the AT Protocol. margin.at
extension web atproto comments

im dumb

+1
+1
web/src/App.tsx
··· 47 47 return ( 48 48 <BrowserRouter> 49 49 <Routes> 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>} />