mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
server-esm: Change export object to export default object
This commit is contained in:
@@ -656,6 +656,6 @@ function resolveNoteType(type: string | undefined): NoteType {
|
||||
}
|
||||
}
|
||||
|
||||
export = {
|
||||
export default {
|
||||
importZip
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user