mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-14 13:00:09 +02:00
refactor: Move MathJax into src/element/subtypes
for the
`excalidraw-app` separation, maintaining lazy-loading of MathJax.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { getSubtypeMethods, SubtypeMethods } from "../subtypes";
|
||||
import { getSubtypeMethods, SubtypeMethods } from "./subtypes";
|
||||
import { getFontString, arrayToMap, isTestEnv } from "../utils";
|
||||
import {
|
||||
ExcalidrawElement,
|
||||
|
Reference in New Issue
Block a user