mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
server-esm: Change simple library import statements
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
import utils from "./utils.js";
|
||||
import log from "./log.js";
|
||||
import url = require('url');
|
||||
import url from "url";
|
||||
import syncOptions from "./sync_options.js";
|
||||
import { ExecOpts } from './request_interface';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user