Skip to content

Commit

Permalink
Update App.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Jan 30, 2025
1 parent 5422958 commit c2f768a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const App = () => (
<Route path="/activate" element={<Activate />} />
<Route path="/forgot-password" element={<ForgotPassword />} />
<Route path="/reset-password" element={<ResetPassword />} />
<Route path="/sign-up" element={<SignUp />} />
{/* <Route path="/sign-up" element={<SignUp />} /> */}
<Route path="/" element={<Bookings />} />
<Route path="/suppliers" element={<Suppliers />} />
<Route path="/supplier" element={<Supplier />} />
Expand Down

0 comments on commit c2f768a

Please sign in to comment.