mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
server-esm: Change simple local import statements
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import BAttachment = require('../becca/entities/battachment');
|
||||
import BAttribute = require('../becca/entities/battribute');
|
||||
import BBranch = require('../becca/entities/bbranch');
|
||||
import BNote = require('../becca/entities/bnote');
|
||||
import BAttachment from "../becca/entities/battachment.js";
|
||||
import BAttribute from "../becca/entities/battribute.js";
|
||||
import BBranch from "../becca/entities/bbranch.js";
|
||||
import BNote from "../becca/entities/bnote.js";
|
||||
|
||||
function mapNoteToPojo(note: BNote) {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user