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,4 +1,4 @@
import "./stylesheets/bootstrap.scss";
import "bootstrap/dist/css/bootstrap.min.css";
import "./stylesheets/auth.css";
// @TriliumNextTODO: is this even needed anymore?