Skip to content

Commit 5a68db0

Browse files
fix path issue (Protected)
1 parent b50cc6e commit 5a68db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import Cart from "./features/cart/Cart";
1414
import CartPage from "./pages/CartPage";
1515
import Checkout from "./pages/Checkout";
1616
import ProductDetailPage from "./pages/ProductDetailPage";
17-
import Protected from "../features/auth/components/Protected";
17+
import Protected from "./features/auth/components/Protected";
1818
const router = createBrowserRouter([
1919
{
2020
path: "/",

0 commit comments

Comments
 (0)