mirror of
https://github.com/zadam/trilium.git
synced 2025-11-14 09:15:50 +01:00
server-esm: Change export object to export default object
This commit is contained in:
@@ -98,6 +98,6 @@ function escapeXmlAttribute(text: string) {
|
||||
.replace(/'/g, ''');
|
||||
}
|
||||
|
||||
export = {
|
||||
export default {
|
||||
exportToOpml
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user