mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 06:15:48 +01:00
server-esm: Change simple library import statements
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"use strict";
|
||||
|
||||
import TurndownService = require('turndown');
|
||||
import turndownPluginGfm = require('joplin-turndown-plugin-gfm');
|
||||
import TurndownService from "turndown";
|
||||
import turndownPluginGfm from "joplin-turndown-plugin-gfm";
|
||||
|
||||
let instance: TurndownService | null = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user