mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-22 17:00:40 +02:00
support ids, clean up code and move the api related stuff to transform.ts
This commit is contained in:
@@ -87,7 +87,7 @@ import { appJotaiStore } from "./app-jotai";
|
||||
|
||||
import "./index.scss";
|
||||
import { ResolutionType } from "../utility-types";
|
||||
import { convertToExcalidrawElements } from "../element/newElement";
|
||||
import { convertToExcalidrawElements } from "../data/transform";
|
||||
|
||||
polyfill();
|
||||
|
||||
|
Reference in New Issue
Block a user