mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 16:55:50 +01:00
server-esm: Change export object to export default object
This commit is contained in:
@@ -12,6 +12,6 @@ function renderToHtml(content: string, title: string) {
|
||||
return htmlSanitizer.sanitize(h1Handled);
|
||||
}
|
||||
|
||||
export = {
|
||||
export default {
|
||||
renderToHtml
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user