Skip to content

Commit e15378a

Browse files
committed
lint
1 parent 68a9ba2 commit e15378a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 { DEBUG_BUILD } from './debug-build';
2-
import type { DurationUnit, FractionUnit, InformationUnit, MeasurementUnit, NoneUnit } from './types-hoist/measurement';
2+
import type { DurationUnit, FractionUnit, InformationUnit } from './types-hoist/measurement';
33
import { debug } from './utils/debug-logger';
44

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

0 commit comments

Comments
 (0)