chore(monorepo/client): set up stylesheets

This commit is contained in:
Elian Doran
2025-04-22 23:02:36 +03:00
parent fa48e5986b
commit eb6d802952
34 changed files with 11 additions and 11 deletions

View File

@@ -10,7 +10,7 @@ import type { EventData } from "../../components/app_context.js";
import dayjs, { Dayjs } from "dayjs";
import utc from "dayjs/plugin/utc.js";
import isSameOrAfter from "dayjs/plugin/isSameOrAfter.js";
import "../../../stylesheets/calendar.css";
import "../../stylesheets/calendar.css";
import { AttributeRow } from "@triliumnext/commons";
dayjs.extend(utc);