mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 06:15:48 +01:00
server-esm: Change simple local import statements
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import sql = require('../../services/sql');
|
||||
import becca = require('../../becca/becca');
|
||||
import sql from "../../services/sql.js";
|
||||
import becca from "../../becca/becca.js";
|
||||
import { Request } from 'express';
|
||||
|
||||
function getNoteSize(req: Request) {
|
||||
|
||||
Reference in New Issue
Block a user