mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
server-esm: Change some more export object to export default object
This commit is contained in:
@@ -136,7 +136,7 @@ async function importAttachmentsToNote(req: AppRequest) {
|
||||
}
|
||||
}
|
||||
|
||||
export = {
|
||||
export default {
|
||||
importNotesToBranch,
|
||||
importAttachmentsToNote
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user