refactor: Move MathJax into src/element/subtypes for the
`excalidraw-app` separation, maintaining lazy-loading of MathJax.
This commit is contained in:
@@ -5,7 +5,7 @@ import { trackEvent } from "../analytics";
|
||||
import { getDefaultAppState } from "../appState";
|
||||
import { ErrorDialog } from "../components/ErrorDialog";
|
||||
import { TopErrorBoundary } from "../components/TopErrorBoundary";
|
||||
import { useSubtypes } from "./subtypes";
|
||||
import { useSubtypes } from "../element/subtypes/use";
|
||||
import {
|
||||
APP_NAME,
|
||||
EVENT,
|
||||
|
||||
Reference in New Issue
Block a user