Skip to content

Commit

Permalink
Issue 105: remove code of other branch
Browse files Browse the repository at this point in the history
  • Loading branch information
SimerdeepSinghGrewal committed Jul 27, 2024
1 parent f166203 commit 5b69040
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ function App() {
<Route path="/check-email" element={<CheckYourEmailPage />} />
<Route path="/set-new-password" element={<SetNewPasswordPage />} />
<Route path="/progress-steps" element={<ProgressStepsMain />} />
<Route path="/tours" element={<ProductTour />} />
</Routes>
</>
);
Expand Down

0 comments on commit 5b69040

Please sign in to comment.