aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/index.tsx
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-06-26 00:00:54 +0800
committercrupest <crupest@outlook.com>2021-06-26 00:00:54 +0800
commitfa540c046d126449f77e46edd379bbc84e02d05d (patch)
tree1245f3fb8e9f505809da75a6ffbd2a62b06ebaed /FrontEnd/src/index.tsx
parent8ee00da87e2fbfefeefecb01c68a2d297bdfb34b (diff)
downloadtimeline-fa540c046d126449f77e46edd379bbc84e02d05d.tar.gz
timeline-fa540c046d126449f77e46edd379bbc84e02d05d.tar.bz2
timeline-fa540c046d126449f77e46edd379bbc84e02d05d.zip
...
Diffstat (limited to 'FrontEnd/src/index.tsx')
-rw-r--r--FrontEnd/src/index.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/FrontEnd/src/index.tsx b/FrontEnd/src/index.tsx
index 28034601..156fb2d9 100644
--- a/FrontEnd/src/index.tsx
+++ b/FrontEnd/src/index.tsx
@@ -3,7 +3,8 @@ import "core-js/modules/es.promise";
import "core-js/modules/es.array.iterator";
import "pepjs";
-import "bootstrap/dist/css/bootstrap.css";
+import "bootstrap/dist/css/bootstrap-reboot.css";
+import "bootstrap/dist/css/bootstrap-grid.css";
import "bootstrap-icons/font/bootstrap-icons.css";
import React from "react";