@mercurjs/admin 2.0.0-canary.99 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
|
@@ -3921,7 +3921,7 @@ function getRouteMap({
|
|
|
3921
3921
|
{
|
|
3922
3922
|
path: ":id",
|
|
3923
3923
|
lazy: async () => {
|
|
3924
|
-
const { Breadcrumb } = await import("./seller-details-
|
|
3924
|
+
const { Breadcrumb } = await import("./seller-details-P7LPJ2UD.js");
|
|
3925
3925
|
return {
|
|
3926
3926
|
Component: Outlet4,
|
|
3927
3927
|
handle: {
|
|
@@ -3932,7 +3932,7 @@ function getRouteMap({
|
|
|
3932
3932
|
children: [
|
|
3933
3933
|
{
|
|
3934
3934
|
path: "",
|
|
3935
|
-
lazy: () => import("./seller-details-
|
|
3935
|
+
lazy: () => import("./seller-details-P7LPJ2UD.js"),
|
|
3936
3936
|
children: [
|
|
3937
3937
|
{
|
|
3938
3938
|
path: "edit",
|
package/dist/pages/index.js
CHANGED