mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
server-esm: Change simple local import statements
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"use strict";
|
||||
|
||||
import { Request } from 'express';
|
||||
import cloningService = require('../../services/cloning');
|
||||
import cloningService from "../../services/cloning.js";
|
||||
|
||||
function cloneNoteToBranch(req: Request) {
|
||||
const {noteId, parentBranchId} = req.params;
|
||||
|
||||
Reference in New Issue
Block a user