mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 10:15:52 +01:00
server-esm: Change single export to export default
This commit is contained in:
@@ -23,4 +23,4 @@ interface NoteMeta {
|
||||
children?: NoteMeta[];
|
||||
}
|
||||
|
||||
export = NoteMeta;
|
||||
export default NoteMeta;
|
||||
|
||||
Reference in New Issue
Block a user