diff options
author | crupest <crupest@outlook.com> | 2020-09-02 23:07:31 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-09-02 23:07:31 +0800 |
commit | f4ec0d19fab147ad1c7d21a87b74e4f1fc1849b7 (patch) | |
tree | 077975afa2486c71aac990778e14f5f9905001ce /Timeline/ClientApp/src/app/views/home/BoardWithoutUser.tsx | |
parent | 20d5614b6048873d5993ffa493f1b254fe8c73c1 (diff) | |
download | timeline-f4ec0d19fab147ad1c7d21a87b74e4f1fc1849b7.tar.gz timeline-f4ec0d19fab147ad1c7d21a87b74e4f1fc1849b7.tar.bz2 timeline-f4ec0d19fab147ad1c7d21a87b74e4f1fc1849b7.zip |
Migrate home page.
Diffstat (limited to 'Timeline/ClientApp/src/app/views/home/BoardWithoutUser.tsx')
-rw-r--r-- | Timeline/ClientApp/src/app/views/home/BoardWithoutUser.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline/ClientApp/src/app/views/home/BoardWithoutUser.tsx b/Timeline/ClientApp/src/app/views/home/BoardWithoutUser.tsx index 2e5c3a42..ebfddb50 100644 --- a/Timeline/ClientApp/src/app/views/home/BoardWithoutUser.tsx +++ b/Timeline/ClientApp/src/app/views/home/BoardWithoutUser.tsx @@ -1,5 +1,5 @@ import React from "react"; -import { Row, Col } from "reactstrap"; +import { Row, Col } from "react-bootstrap"; import { TimelineInfo } from "@/services/timeline"; import { getHttpTimelineClient } from "@/http/timeline"; |