mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 16:55:50 +01:00
server-esm: Change single export to export default
This commit is contained in:
@@ -6,4 +6,4 @@ class NotFoundError {
|
||||
}
|
||||
}
|
||||
|
||||
export = NotFoundError;
|
||||
export default NotFoundError;
|
||||
Reference in New Issue
Block a user