chore: remove unused import

This commit is contained in:
amhsirak
2025-05-20 20:29:50 +05:30
parent e8c04b2015
commit 3ee73d8764

View File

@@ -1,8 +1,6 @@
import {
ONE_PERCENT_OF_VIEWPORT_H,
ONE_PERCENT_OF_VIEWPORT_W,
VIEWPORT_W,
VIEWPORT_H,
} from "../constants/const";
import { Coordinates } from '../components/recorder/canvas';