server-esm: Change simple library import statements

This commit is contained in:
Elian Doran
2024-07-18 21:37:45 +03:00
parent 35d11cc0d2
commit 2750df04a3
61 changed files with 122 additions and 122 deletions

View File

@@ -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";