mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Fix conflicts
This commit is contained in:
parent
08baaa5c58
commit
d671730971
1 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
import { CaptureUpdateAction } from "@excalidraw/element/store";
|
||||
|
||||
import type { ExcalidrawElement } from "@excalidraw/element/types";
|
||||
|
||||
import {
|
||||
|
@ -5,7 +7,6 @@ import {
|
|||
convertElementTypePopupAtom,
|
||||
} from "../components/ConvertElementTypePopup";
|
||||
import { editorJotaiStore } from "../editor-jotai";
|
||||
import { CaptureUpdateAction } from "../store";
|
||||
|
||||
import { register } from "./register";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue