Skip to content

Commit e996291

Browse files
committed
fix: import for coordinates
1 parent b15fe26 commit e996291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/inputHelpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import {
22
ONE_PERCENT_OF_VIEWPORT_H,
33
ONE_PERCENT_OF_VIEWPORT_W,
44
} from "../constants/const";
5-
import { Coordinates } from '../components/recorder/canvas';
5+
import { Coordinates } from '../components/recorder/Canvas';
66

77
export const throttle = (callback: any, limit: number) => {
88
let wait = false;

0 commit comments

Comments
 (0)