diff --git a/src/helpers/inputHelpers.ts b/src/helpers/inputHelpers.ts index 19ccfb13..b9fa5f2a 100644 --- a/src/helpers/inputHelpers.ts +++ b/src/helpers/inputHelpers.ts @@ -2,7 +2,7 @@ import { ONE_PERCENT_OF_VIEWPORT_H, ONE_PERCENT_OF_VIEWPORT_W, } from "../constants/const"; -import { Coordinates } from '../components/recorder/canvas'; +import { Coordinates } from '../components/recorder/Canvas'; export const throttle = (callback: any, limit: number) => { let wait = false;