mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 16:56:34 +01:00
server-esm: Change simple library import statements
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import child_process = require('child_process');
|
||||
import kill = require('tree-kill');
|
||||
import child_process from "child_process";
|
||||
import kill from "tree-kill";
|
||||
|
||||
let etapiAuthToken: string | undefined;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user