mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: don't import from element/index to prevent mermaid bundling
This commit is contained in:
parent
2e719ff671
commit
8ec7801a31
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ import {
|
|||
getFrameLikeTitle,
|
||||
getRootElements,
|
||||
} from "../frame";
|
||||
import { newTextElement } from "../element";
|
||||
import { newTextElement } from "../element/newElement";
|
||||
import { Mutable } from "../utility-types";
|
||||
import { newElementWith } from "../element/mutateElement";
|
||||
import Scene from "./Scene";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue