mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 18:50:41 +01:00
server-esm: Change some more export object to export default object
This commit is contained in:
@@ -59,7 +59,7 @@ function emit(eventType: string, data?: any) {
|
||||
}
|
||||
}
|
||||
|
||||
export = {
|
||||
export default {
|
||||
subscribe,
|
||||
subscribeBeccaLoader,
|
||||
emit,
|
||||
|
||||
Reference in New Issue
Block a user