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

@@ -1,4 +1,4 @@
import dayjs from "dayjs";
import { dayjs } from "@triliumnext/commons";
import type { ViewScope } from "./link.js";
import FNote from "../entities/fnote";