fix: don't import from element/index to prevent mermaid bundling

This commit is contained in:
Aakansha Doshi 2024-02-20 21:05:22 +05:30
parent 2e719ff671
commit 8ec7801a31

View File

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