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