mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 16:25:51 +01:00
server-esm: Change export object to export default object
This commit is contained in:
@@ -75,6 +75,6 @@ function getRecentNotes(activeNoteId: string) {
|
||||
});
|
||||
}
|
||||
|
||||
export = {
|
||||
export default {
|
||||
getAutocomplete
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user