Move hooks folder into src

This commit is contained in:
Deepen Timalsina 2025-04-15 07:36:54 +05:45
parent 01304aac49
commit 80ba0d0d77
27 changed files with 30 additions and 30 deletions

View file

@ -13,7 +13,7 @@ import {
shareWindows,
} from "@excalidraw/excalidraw/components/icons";
import { useUIAppState } from "@excalidraw/excalidraw/context/ui-appState";
import { useCopyStatus } from "@excalidraw/excalidraw/hooks/useCopiedIndicator";
import { useCopyStatus } from "@excalidraw/excalidraw/src/hooks/useCopiedIndicator";
import { useI18n } from "@excalidraw/excalidraw/i18n";
import { KEYS, getFrame } from "@excalidraw/common";
import { useEffect, useRef, useState } from "react";