mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 05:15:59 +01:00
server-ts: Port services/tree
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
const noteService = require('../../services/notes');
|
||||
const eraseService = require('../../services/erase');
|
||||
const treeService = require('../../services/tree.js');
|
||||
const treeService = require('../../services/tree');
|
||||
const sql = require('../../services/sql');
|
||||
const utils = require('../../services/utils');
|
||||
const log = require('../../services/log');
|
||||
|
||||
Reference in New Issue
Block a user