Skip to content

Commit

Permalink
fix cartpage on deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerH0525 committed Nov 19, 2024
1 parent 1dac04c commit 243c762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LayoutArea/Routing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function Routing(): JSX.Element {
return (
<>
<Routes>
<Route index path="./" element={<CartPage />} />
<Route index path="/" element={<CartPage />} />
<Route path="/home" element={<HomePage />} />
<Route path="/login" element={<LoginPage />} />
<Route path="/admin/reports/coupons" element={<CouponReportsPage />} />
Expand Down

0 comments on commit 243c762

Please sign in to comment.