mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Move scene folder into src
This commit is contained in:
parent
d9721802e7
commit
1ed3aeb81c
74 changed files with 100 additions and 102 deletions
|
@ -22,7 +22,7 @@ import {
|
|||
|
||||
// TODO: remove direct dependency on the scene, should be passed in or injected instead
|
||||
// eslint-disable-next-line @typescript-eslint/no-restricted-imports
|
||||
import Scene from "@excalidraw/excalidraw/scene/Scene";
|
||||
import Scene from "@excalidraw/excalidraw/src/scene/Scene";
|
||||
|
||||
import type { Store } from "@excalidraw/excalidraw/store";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue