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,
} from "../utils";
import { actionSaveToActiveFile } from "../actions";
import {
originalContainerCache,
updateOriginalContainerCache,
@ -52,7 +54,6 @@ import type {
} from "./types";
import type App from "../components/App";
import type { AppState } from "../types";
import { actionSaveToActiveFile } from "../actions";
const getTransform = (
width: number,