mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Lint fix
This commit is contained in:
parent
4c75c580b0
commit
ec80bb245f
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,6 @@ import {
|
|||
isTestEnv,
|
||||
} from "@excalidraw/common";
|
||||
|
||||
import { actionSaveToActiveFile } from "../actions";
|
||||
|
||||
import {
|
||||
originalContainerCache,
|
||||
updateOriginalContainerCache,
|
||||
|
@ -45,6 +43,8 @@ import type {
|
|||
ExcalidrawTextElement,
|
||||
} from "@excalidraw/element/types";
|
||||
|
||||
import { actionSaveToActiveFile } from "../actions";
|
||||
|
||||
import Scene from "../scene/Scene";
|
||||
import { parseClipboard } from "../clipboard";
|
||||
import {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue