Skip to content

Commit 6596627

Browse files
committed
chore: switch import to import type
1 parent b7d4b27 commit 6596627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/http/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { request } from './http-request';
2-
import { ImageSource } from '../image-source';
2+
import type { ImageSource } from '../image-source';
33
export { request } from './http-request';
44
export * from './http-interfaces';
55

0 commit comments

Comments
 (0)