Skip to content

Commit 30c33af

Browse files
committed
chore: use explicit type import to avoid Rollup warning
1 parent e58277f commit 30c33af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/reactivity/src/reactive.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {
1111
shallowCollectionHandlers,
1212
shallowReadonlyCollectionHandlers
1313
} from './collectionHandlers'
14-
import { UnwrapRefSimple, Ref, RawSymbol } from './ref'
14+
import type { UnwrapRefSimple, Ref, RawSymbol } from './ref'
1515

1616
export const enum ReactiveFlags {
1717
SKIP = '__v_skip',

0 commit comments

Comments
 (0)