Add Profile route in routes section

cgen-b5d4e49338d342909def160861cfac8a
This commit is contained in:
Builder.io 2025-08-06 07:20:38 +00:00
parent 2ab329c725
commit 812b8696e5

View file

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