mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Common imports dedup
This commit is contained in:
parent
49ee6fbc14
commit
ba0a9e0cb4
9 changed files with 32 additions and 29 deletions
|
@ -1,6 +1,5 @@
|
|||
import { THEME } from "@excalidraw/excalidraw";
|
||||
import { EVENT } from "@excalidraw/common";
|
||||
import { CODES, KEYS } from "@excalidraw/common";
|
||||
import { EVENT, CODES, KEYS } from "@excalidraw/common";
|
||||
import { useEffect, useLayoutEffect, useState } from "react";
|
||||
|
||||
import type { Theme } from "@excalidraw/element/types";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue