medusa-contact-us 0.0.8 → 0.0.11

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.
@@ -668,17 +668,17 @@ const routeModule = {
668
668
  };
669
669
  const menuItemModule = {
670
670
  menuItems: [
671
- {
672
- label: config$1.label,
673
- icon: config$1.icon,
674
- path: "/contact-email-subscriptions",
675
- nested: void 0
676
- },
677
671
  {
678
672
  label: config.label,
679
673
  icon: config.icon,
680
674
  path: "/contact-requests",
681
675
  nested: void 0
676
+ },
677
+ {
678
+ label: config$1.label,
679
+ icon: config$1.icon,
680
+ path: "/contact-email-subscriptions",
681
+ nested: void 0
682
682
  }
683
683
  ]
684
684
  };
@@ -667,17 +667,17 @@ const routeModule = {
667
667
  };
668
668
  const menuItemModule = {
669
669
  menuItems: [
670
- {
671
- label: config$1.label,
672
- icon: config$1.icon,
673
- path: "/contact-email-subscriptions",
674
- nested: void 0
675
- },
676
670
  {
677
671
  label: config.label,
678
672
  icon: config.icon,
679
673
  path: "/contact-requests",
680
674
  nested: void 0
675
+ },
676
+ {
677
+ label: config$1.label,
678
+ icon: config$1.icon,
679
+ path: "/contact-email-subscriptions",
680
+ nested: void 0
681
681
  }
682
682
  ]
683
683
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "medusa-contact-us",
3
- "version": "0.0.8",
3
+ "version": "0.0.11",
4
4
  "description": "A starter for Medusa plugins.",
5
5
  "author": "Medusa (https://medusajs.com)",
6
6
  "license": "MIT",