From d8e1ced8f3d73afef341e414963837608cdb510c Mon Sep 17 00:00:00 2001 From: Kishikawa Katsumi Date: Wed, 26 Mar 2025 22:15:26 +0900 Subject: [PATCH] Fix bootstrap --- Public/index.js | 1 + 1 file changed, 1 insertion(+) 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();