mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: Excalidraw named export type (#5078)
This commit is contained in:
parent
a66cfe2627
commit
9423ac3263
5 changed files with 9 additions and 9 deletions
|
@ -19,7 +19,8 @@ import {
|
|||
} from "../element/types";
|
||||
import { useCallbackRefState } from "../hooks/useCallbackRefState";
|
||||
import { Language, t } from "../i18n";
|
||||
import Excalidraw, {
|
||||
import {
|
||||
Excalidraw,
|
||||
defaultLang,
|
||||
languages,
|
||||
} from "../packages/excalidraw/index";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue