aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/app/views/home/BoardWithUser.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
commit817d00d3d26bb30d64b9b103a92cc96cbec14443 (patch)
tree6acdfdc3a87830eb6e7dd92f2298f79e33f9acf4 /Timeline/ClientApp/src/app/views/home/BoardWithUser.tsx
parentf476135ddb3031e5e3a93739909f98800f565181 (diff)
downloadtimeline-817d00d3d26bb30d64b9b103a92cc96cbec14443.tar.gz
timeline-817d00d3d26bb30d64b9b103a92cc96cbec14443.tar.bz2
timeline-817d00d3d26bb30d64b9b103a92cc96cbec14443.zip
Migrate home page.
Diffstat (limited to 'Timeline/ClientApp/src/app/views/home/BoardWithUser.tsx')
-rw-r--r--Timeline/ClientApp/src/app/views/home/BoardWithUser.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline/ClientApp/src/app/views/home/BoardWithUser.tsx b/Timeline/ClientApp/src/app/views/home/BoardWithUser.tsx
index 6bff0375..dcd39cbe 100644
--- a/Timeline/ClientApp/src/app/views/home/BoardWithUser.tsx
+++ b/Timeline/ClientApp/src/app/views/home/BoardWithUser.tsx
@@ -1,5 +1,5 @@
import React from "react";
-import { Row, Col } from "reactstrap";
+import { Row, Col } from "react-bootstrap";
import { useTranslation } from "react-i18next";
import { UserWithToken } from "@/services/user";