diff --git a/Public/index.js b/Public/index.js index 5bbeb4e..88dfc25 100644 --- a/Public/index.js +++ b/Public/index.js @@ -8,6 +8,7 @@ import "./css/highlight.css"; import "./js/misc/icons"; +import "bootstrap"; import { App } from "./js/app"; const app = new App();