Skip to content

Commit

Permalink
Merge pull request #36 from DushanSenadheera/update
Browse files Browse the repository at this point in the history
change routing
  • Loading branch information
DushanSenadheera authored Jan 6, 2024
2 parents 6d767d7 + a6b0094 commit 0b05c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function App() {

<Routes>
<Route path="/" element={<Admin_Layout />}>
<Route index element={<Admin_Dashboard />} />
<Route path="dashboard" element={<Admin_Dashboard />} />
<Route path="premiere" element={<Admin_Premiere />} />
<Route path="bookings" element={<Admin_Booking />} />
<Route path="upcoming" element={<Admin_Upcoming />} />
Expand Down

0 comments on commit 0b05c5c

Please sign in to comment.