Skip to content

Commit 1393c0a

Browse files
committed
fix import
1 parent 0e45126 commit 1393c0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/src/attributes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { DurationUnit, FractionUnit, InformationUnit } from './types-hoist/measurement';
2-
import { Primitive } from './types-hoist/misc';
2+
import type { Primitive } from './types-hoist/misc';
33
import { isPrimitive } from './utils/is';
44

55
export type RawAttributes<T> = T & ValidatedAttributes<T>;

0 commit comments

Comments
 (0)