mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 13:56:11 +01:00
server-esm: Change simple library import statements
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
|
||||
import dateUtils from "./date_utils.js";
|
||||
import optionService from "./options.js";
|
||||
import fs = require('fs-extra');
|
||||
import fs from "fs-extra";
|
||||
import dataDir from "./data_dir.js";
|
||||
import log from "./log.js";
|
||||
import syncMutexService from "./sync_mutex.js";
|
||||
import cls from "./cls.js";
|
||||
import sql from "./sql.js";
|
||||
import path = require('path');
|
||||
import path from "path";
|
||||
|
||||
type BackupType = ("daily" | "weekly" | "monthly");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user