mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 09:16:45 +01:00
server-esm: Change simple library import statements
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import path = require('path');
|
||||
import path from "path";
|
||||
import assetPath from "./src/services/asset_path.js";
|
||||
|
||||
module.exports = {
|
||||
|
||||
Reference in New Issue
Block a user