Add missing editorToolbar export (#1511)

This commit is contained in:
Matthias Metelka 2021-11-29 03:40:31 +01:00 committed by GitHub
parent 04fee0dc10
commit 8edca4e6c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,3 +93,4 @@ async function setupNoteEditor(): Promise<NoteEditorAPI> {
}
export const noteEditorPromise = setupNoteEditor();
export { editorToolbar } from "./EditorToolbar.svelte";