chore(dx/client): fix bootstrap CSS imports

This commit is contained in:
Elian Doran
2025-08-31 18:52:22 +03:00
parent e49c4655a6
commit f7a0dc00e8
6 changed files with 5 additions and 7 deletions

View File

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