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

@@ -1,6 +1,6 @@
import utils from "./services/utils.js";
import ko from "knockout";
import "../stylesheets/bootstrap.scss";
import "./stylesheets/bootstrap.scss";
// TriliumNextTODO: properly make use of below types
// type SetupModelSetupType = "new-document" | "sync-from-desktop" | "sync-from-server" | "";