aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/views/center/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'FrontEnd/src/views/center/index.tsx')
-rw-r--r--FrontEnd/src/views/center/index.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/FrontEnd/src/views/center/index.tsx b/FrontEnd/src/views/center/index.tsx
index 0a2abb2c..28d8b372 100644
--- a/FrontEnd/src/views/center/index.tsx
+++ b/FrontEnd/src/views/center/index.tsx
@@ -9,6 +9,8 @@ import SearchInput from "../common/SearchInput";
import CenterBoards from "./CenterBoards";
import TimelineCreateDialog from "./TimelineCreateDialog";
+import "./index.css";
+
const HomePage: React.FC = () => {
const history = useHistory();