mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 02:30:42 +01:00
server-esm: Change export object to export default object
This commit is contained in:
@@ -170,6 +170,6 @@ function renderFile(note: SNote, result: Result) {
|
||||
}
|
||||
}
|
||||
|
||||
export = {
|
||||
export default {
|
||||
getContent
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user