We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b50cc6e commit 5a68db0Copy full SHA for 5a68db0
src/App.js
@@ -14,7 +14,7 @@ import Cart from "./features/cart/Cart";
14
import CartPage from "./pages/CartPage";
15
import Checkout from "./pages/Checkout";
16
import ProductDetailPage from "./pages/ProductDetailPage";
17
-import Protected from "../features/auth/components/Protected";
+import Protected from "./features/auth/components/Protected";
18
const router = createBrowserRouter([
19
{
20
path: "/",
0 commit comments