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
80ba0d0d77
commit
975a3d17bc
74 changed files with 105 additions and 97 deletions
|
@ -22,7 +22,7 @@ import StatsDragInput from "./DragInput";
|
|||
import { getStepSizedValue } from "./utils";
|
||||
|
||||
import type { DragInputCallbackType } from "./DragInput";
|
||||
import type Scene from "../../scene/Scene";
|
||||
import type Scene from "../../src/scene/Scene";
|
||||
import type { AppState } from "../../types";
|
||||
|
||||
interface MultiFontSizeProps {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue