feat: Add support for product export in UI (#8281)

* feat: Add support for product export in UI

* fix:Return the backend URL for private files of local file provider
This commit is contained in:
Stevche Radevski
2024-07-29 21:50:22 +02:00
committed by GitHub
parent 1d773c536f
commit b539c6d5bb
18 changed files with 564 additions and 343 deletions
@@ -62,6 +62,14 @@ export const RouteMap: RouteObject[] = [
path: "create",
lazy: () => import("../../routes/products/product-create"),
},
{
path: "import",
lazy: () => import("../../routes/products/product-import"),
},
{
path: "export",
lazy: () => import("../../routes/products/product-export"),
},
],
},
{