added channels products

This commit is contained in:
@jcarymuhammedow
2026-04-30 16:15:29 +05:00
parent 9419ec0af0
commit 6cdde96c61
8 changed files with 139 additions and 37 deletions

View File

@@ -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 /> },