diff options
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"; |