Move components folder into src

This commit is contained in:
Deepen Timalsina 2025-04-14 21:15:17 +05:45
parent b08c2899f1
commit d4a3f370ef
268 changed files with 417 additions and 413 deletions

View file

@ -5,7 +5,7 @@ import {
DEFAULT_SIDEBAR,
} from "@excalidraw/common";
import { searchIcon } from "../../components/icons";
import { searchIcon } from "../components/icons";
import { CaptureUpdateAction } from "../../store";
import { register } from "./register";