diff --git a/src/createOpenDialog.tsx b/src/createOpenDialog.tsx index b461d68..ef8733b 100644 --- a/src/createOpenDialog.tsx +++ b/src/createOpenDialog.tsx @@ -94,8 +94,4 @@ export function createOpenDialog(editor: Editor) { ) } -} - -function addToast(arg0: { title: string; description: "invalidRecords" | "notATldrawFile" | "v1File" | "migrationFailed" | "fileFormatVersionTooNew"; severity: string; }) { - throw new Error("Function not implemented."); -} +} \ No newline at end of file