mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 05:15:59 +01:00
moved services into the service directory
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"use strict";
|
||||
|
||||
import link from '../link.js';
|
||||
import utils from '../utils.js';
|
||||
import link from '../services/link.js';
|
||||
import utils from '../services/utils.js';
|
||||
|
||||
const $showDialogButton = $("#recent-changes-button");
|
||||
const $dialog = $("#recent-changes-dialog");
|
||||
|
||||
Reference in New Issue
Block a user