fix: import for coordinates

This commit is contained in:
Rohit
2025-07-07 15:38:57 +05:30
parent b15fe2682b
commit e996291ebb

View File

@@ -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;