added channels products
This commit is contained in:
@@ -40,6 +40,7 @@ export default function Router() {
|
||||
{ path: "/category/:categoryId", element: <Category /> },
|
||||
{ path: "/search", element: <Category /> },
|
||||
{ path: "/collections/:collectionId", element: <Category /> },
|
||||
{ path: "/channel/:channelId", element: <Category /> },
|
||||
{ path: "/product/:productId", element: <ProductDetail /> },
|
||||
{ path: "/profile", element: <ProfileMenu /> },
|
||||
{ path: "/orders", element: <Orders /> },
|
||||
|
||||
Reference in New Issue
Block a user