fix: eslint rules

This commit is contained in:
kodify-js 2025-03-25 21:10:37 +05:30
parent 4f4d58024d
commit 2e350a57a6

View file

@ -18,6 +18,8 @@ import {
isTestEnv, isTestEnv,
} from "../utils"; } from "../utils";
import { actionSaveToActiveFile } from "../actions";
import { import {
originalContainerCache, originalContainerCache,
updateOriginalContainerCache, updateOriginalContainerCache,
@ -52,7 +54,6 @@ import type {
} from "./types"; } from "./types";
import type App from "../components/App"; import type App from "../components/App";
import type { AppState } from "../types"; import type { AppState } from "../types";
import { actionSaveToActiveFile } from "../actions";
const getTransform = ( const getTransform = (
width: number, width: number,