mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 07:45:51 +01:00
server-esm: Change simple library import statements
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"use strict";
|
||||
|
||||
import mimeTypes = require('mime-types');
|
||||
import html = require('html');
|
||||
import mimeTypes from "mime-types";
|
||||
import html from "html";
|
||||
import utils from "../utils.js";
|
||||
import mdService from "./md.js";
|
||||
import becca from "../../becca/becca.js";
|
||||
|
||||
Reference in New Issue
Block a user