mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 21:05:55 +01:00
server-esm: Change simple local import statements
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Request, Response } from "express";
|
||||
import AbstractBeccaEntity = require('../becca/entities/abstract_becca_entity');
|
||||
import BNote = require('../becca/entities/bnote');
|
||||
import AbstractBeccaEntity from "../becca/entities/abstract_becca_entity.js";
|
||||
import BNote from "../becca/entities/bnote.js";
|
||||
|
||||
export interface ApiParams {
|
||||
startNote?: BNote;
|
||||
|
||||
Reference in New Issue
Block a user