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
|
@ -11,9 +11,12 @@
|
|||
*/
|
||||
|
||||
import { clearAppStateForLocalStorage } from "@excalidraw/excalidraw/appState";
|
||||
import { CANVAS_SEARCH_TAB, DEFAULT_SIDEBAR } from "@excalidraw/common";
|
||||
import {
|
||||
CANVAS_SEARCH_TAB,
|
||||
DEFAULT_SIDEBAR,
|
||||
debounce,
|
||||
} from "@excalidraw/common";
|
||||
import { clearElementsForLocalStorage } from "@excalidraw/element";
|
||||
import { debounce } from "@excalidraw/common";
|
||||
import {
|
||||
createStore,
|
||||
entries,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue