Skip to content

Commit

Permalink
removed extra code
Browse files Browse the repository at this point in the history
  • Loading branch information
skhmt committed Nov 26, 2024
1 parent 8fa82ff commit bc73026
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/createOpenDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.");
}
}

0 comments on commit bc73026

Please sign in to comment.