This repository has no description
0

Configure Feed

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

remove admin from master

-3
-3
src/App.jsx
··· 46 46 <Route path="/zen" element={<ZenPage />} /> 47 47 <Route path="/methodology" element={<ScoringMethodology />} /> 48 48 49 - {/* Admin Route */} 50 - <Route path="/admin" element={<AdminRoute />} /> 51 - 52 49 {/* Handle both DIDs and regular usernames */} 53 50 <Route path="/:username" element={<UserProfile />} /> 54 51