Skip to content

Commit fd642a4

Browse files
committed
correctly import type
1 parent 86061a0 commit fd642a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { initialize } from "@ionic/core/components";
2020
import type { IonicConfig } from "@ionic/core/components";
2121

2222
import { defineIonComponents } from "./components/defineComponents";
23-
import { MenuI } from "@ionic/core/interface";
23+
import type { MenuI } from "@ionic/core/dist/types/interface";
2424
export { defineComponent } from "./components/defineComponents";
2525

2626
// all exports

0 commit comments

Comments
 (0)