refactor(dayjs): relocate all plugins and imports to commons

This commit is contained in:
Elian Doran
2025-12-03 20:44:48 +02:00
parent 286a8626d1
commit 5df539f0a4
20 changed files with 56 additions and 60 deletions

View File

@@ -17,7 +17,7 @@ import shortcutService from "./shortcuts.js";
import dialogService from "./dialog.js";
import type FNote from "../entities/fnote.js";
import { t } from "./i18n.js";
import dayjs from "dayjs";
import { dayjs } from "@triliumnext/commons";
import type NoteContext from "../components/note_context.js";
import type Component from "../components/component.js";
import { formatLogMessage } from "@triliumnext/commons";