mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: eslint rules
This commit is contained in:
parent
4f4d58024d
commit
2e350a57a6
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue