mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Fix type imports
This commit is contained in:
parent
259017bc45
commit
c786944866
17 changed files with 17 additions and 17 deletions
|
@ -9,7 +9,7 @@ import type {
|
|||
NonDeletedExcalidrawElement,
|
||||
} from "@excalidraw/element/types";
|
||||
|
||||
import type Scene from "@excalidraw/element";
|
||||
import type { Scene } from "@excalidraw/element";
|
||||
|
||||
import { renderInteractiveSceneThrottled } from "../renderer/interactiveScene";
|
||||
import { renderStaticSceneThrottled } from "../renderer/staticScene";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue