Register /admin route

cgen-fbb3cfdca4f94729a8b82046e52d41eb
This commit is contained in:
Builder.io 2025-09-27 21:05:57 +00:00
parent 53f2a43181
commit 0fd30912c9

View file

@ -47,6 +47,7 @@ const App = () => (
<Route path="/" element={<Index />} />
<Route path="/onboarding" element={<Onboarding />} />
<Route path="/dashboard" element={<Dashboard />} />
<Route path="/admin" element={<Admin />} />
<Route path="/profile" element={<Profile />} />
<Route path="/login" element={<Login />} />