fix(client/rtl): bootstrap not in RTL mode

This commit is contained in:
Elian Doran
2025-10-08 18:50:27 +03:00
parent d9bfa08672
commit 9d1e89268f
9 changed files with 16 additions and 8 deletions

View File

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