Fix type imports

This commit is contained in:
Marcel Mraz 2025-05-02 13:10:02 +02:00
parent 259017bc45
commit c786944866
No known key found for this signature in database
GPG key ID: 4EBD6E62DC830CD2
17 changed files with 17 additions and 17 deletions

View file

@ -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";