This commit is contained in:
Aakansha Doshi
2023-05-03 00:48:11 +05:30
parent 15b5295baf
commit 7087db42c0
5 changed files with 18 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
import { ExcalidrawElement, ExcalidrawTextContainer } from "../element/types";
import { ExcalidrawElement } from "../element/types";
import {
AppState,
BinaryFiles,
@@ -8,8 +8,6 @@ import {
import type { cleanAppStateForExport } from "../appState";
import { VERSIONS } from "../constants";
import { ElementConstructorOpts } from "../element/newElement";
export interface ExportedDataState {
type: string;
version: number;