Write on the margins of the internet. Powered by the AT Protocol.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

im dumb

scanash00 2e81d1d4 6d37abbd

+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>} />