mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
refactor: old paths updated to reflect new path for files in excalidraw package
This commit is contained in:
parent
98e7946887
commit
18a187e470
107 changed files with 256 additions and 242 deletions
|
@ -9,7 +9,7 @@ import React, {
|
|||
} from "react";
|
||||
|
||||
import type * as TExcalidraw from "@excalidraw/excalidraw";
|
||||
import type { ImportedLibraryData } from "@excalidraw/excalidraw/data/types";
|
||||
import type { ImportedLibraryData } from "@excalidraw/excalidraw/src/data/types";
|
||||
import type {
|
||||
NonDeletedExcalidrawElement,
|
||||
Theme,
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import type { ExcalidrawElementSkeleton } from "@excalidraw/excalidraw/data/transform";
|
||||
import type { ExcalidrawElementSkeleton } from "@excalidraw/excalidraw/src/data/transform";
|
||||
import type { FileId } from "@excalidraw/excalidraw/element/types";
|
||||
|
||||
const elements: ExcalidrawElementSkeleton[] = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue