fix: Excalidraw named export type (#5078)

This commit is contained in:
David Luzar 2022-04-22 15:49:36 +02:00 committed by GitHub
parent a66cfe2627
commit 9423ac3263
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 9 deletions

View file

@ -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";