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
5 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
import { fireEvent, GlobalTestState, render } from "../test-utils";
import Excalidraw from "../../packages/excalidraw/index";
import { Excalidraw } from "../../packages/excalidraw/index";
import { queryByText, queryByTestId } from "@testing-library/react";
import { GRID_SIZE, THEME } from "../../constants";
import { t } from "../../i18n";

View File

@ -4,7 +4,7 @@ import {
restoreOriginalGetBoundingClientRect,
waitFor,
} from "./test-utils";
import Excalidraw from "../packages/excalidraw/index";
import { Excalidraw } from "../packages/excalidraw/index";
import { API } from "./helpers/api";
const { h } = window;