@entur-partner/app-shell 6.5.0-alpha.3 → 6.5.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/README.md CHANGED
@@ -14,3 +14,4 @@ yarn add @entur-partner/micro-frontend
14
14
  ## Usage
15
15
 
16
16
  TODO
17
+
@@ -1,4 +1,4 @@
1
- import type { MenuItem, NavigationFunction } from "@entur-partner/micro-frontend";
1
+ import { type MenuItem, type NavigationFunction } from "@entur-partner/micro-frontend";
2
2
  import { type FC, type ReactNode } from "react";
3
3
  interface MenuGroups {
4
4
  [path: string]: MenuItem[];