Skip to content

Commit dcc4bf5

Browse files
committed
chore: fix invalid import
1 parent 2e65fa8 commit dcc4bf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/models/positionMethod.type.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
import type { ElementPosition } from './elementPosition.interface.js';
1+
import type { ElementPosition } from './position.interface.js';
22

33
export type PositionMethod = () => ElementPosition;

0 commit comments

Comments
 (0)