mirror of
https://github.com/zadam/trilium.git
synced 2025-11-04 20:36:13 +01:00
server-esm: Change some more export object to export default object
This commit is contained in:
@@ -80,7 +80,7 @@ function note(title: string, extraParams = {}) {
|
||||
return new NoteBuilder(note);
|
||||
}
|
||||
|
||||
export = {
|
||||
export default {
|
||||
NoteBuilder,
|
||||
findNoteByTitle,
|
||||
note,
|
||||
|
||||
Reference in New Issue
Block a user