refactor: merge blocks-editor package with web (#2217)

This commit is contained in:
Aman Harwara
2023-02-17 18:35:17 +05:30
committed by GitHub
parent 135956ce73
commit 7bf76b51c5
158 changed files with 95 additions and 668 deletions

View File

@@ -1,5 +1,5 @@
import { WebApplication } from '@/Application/Application'
import { exportSuperNote } from '@/Components/NoteView/SuperEditor/SuperNoteExporter'
import { exportSuperNote } from '@/Components/SuperEditor/SuperNoteExporter'
import { NoteType, PrefKey, SNNote } from '@standardnotes/snjs'
export const getNoteFormat = (application: WebApplication, note: SNNote) => {