Skip to content

Commit c9078fa

Browse files
chs97chenhansenScriptedAlchemy
authored
fix(runtime): modify import typescript type syntax (#2650)
Co-authored-by: chenhansen <[email protected]> Co-authored-by: Zack Jackson <[email protected]>
1 parent fabb05f commit c9078fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/runtime/src/remote/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
import {
2-
type ModuleInfo,
3-
type GlobalModuleInfo,
42
isBrowserEnv,
53
warn,
64
composeKeyWithSeparator,
75
} from '@module-federation/sdk';
6+
import type { ModuleInfo, GlobalModuleInfo } from '@module-federation/sdk';
87
import { globalLoading } from '../global';
98
import {
109
Options,

0 commit comments

Comments
 (0)