Common imports dedup

This commit is contained in:
Marcel Mraz 2025-03-24 10:04:34 +01:00
parent 49ee6fbc14
commit ba0a9e0cb4
No known key found for this signature in database
GPG key ID: 4EBD6E62DC830CD2
9 changed files with 32 additions and 29 deletions

View file

@ -15,8 +15,7 @@ import {
import { useUIAppState } from "@excalidraw/excalidraw/context/ui-appState";
import { useCopyStatus } from "@excalidraw/excalidraw/hooks/useCopiedIndicator";
import { useI18n } from "@excalidraw/excalidraw/i18n";
import { KEYS } from "@excalidraw/common";
import { getFrame } from "@excalidraw/common";
import { KEYS, getFrame } from "@excalidraw/common";
import { useEffect, useRef, useState } from "react";
import { atom, useAtom, useAtomValue } from "../app-jotai";