aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/app/views/home/BoardWithoutUser.tsx
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-09-02 23:07:31 +0800
committercrupest <crupest@outlook.com>2020-09-02 23:07:31 +0800
commitf4ec0d19fab147ad1c7d21a87b74e4f1fc1849b7 (patch)
tree077975afa2486c71aac990778e14f5f9905001ce /Timeline/ClientApp/src/app/views/home/BoardWithoutUser.tsx
parent20d5614b6048873d5993ffa493f1b254fe8c73c1 (diff)
downloadtimeline-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.tsx2
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";