From 0a7810d912c5f8f2dbc1e4a39b7f60f88946ab4d Mon Sep 17 00:00:00 2001 From: LBruner Date: Tue, 17 Oct 2023 11:59:26 -0300 Subject: [PATCH] add bootstrap --- .gitignore | 2 -- frontend/public/index.html | 1 + frontend/src/App.css | 2 ++ 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b76c580..d9eb815 100644 --- a/.gitignore +++ b/.gitignore @@ -103,7 +103,6 @@ dist # vuepress v2.x temp and cache directory .temp -.cache # Docusaurus cache and generated files .docusaurus @@ -136,5 +135,4 @@ dist # IntelliJ project files .idea *.iml -out gen diff --git a/frontend/public/index.html b/frontend/public/index.html index aa069f2..ba17c72 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -28,6 +28,7 @@ +