diff options
author | crupest <crupest@outlook.com> | 2020-09-03 18:56:40 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-09-03 18:56:40 +0800 |
commit | d9c2d4e6293599c5499d68679e4fe33b241379f1 (patch) | |
tree | 8bf723b1ba5f4d882217f15c12341299355934b9 /Timeline/ClientApp/src/app/views/home | |
parent | e6ef9ecd0a26326f42ade7b75a83639989d921a5 (diff) | |
download | timeline-d9c2d4e6293599c5499d68679e4fe33b241379f1.tar.gz timeline-d9c2d4e6293599c5499d68679e4fe33b241379f1.tar.bz2 timeline-d9c2d4e6293599c5499d68679e4fe33b241379f1.zip |
Move AppBar to App .
Diffstat (limited to 'Timeline/ClientApp/src/app/views/home')
-rw-r--r-- | Timeline/ClientApp/src/app/views/home/index.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Timeline/ClientApp/src/app/views/home/index.tsx b/Timeline/ClientApp/src/app/views/home/index.tsx index e2e3e6f9..11672c10 100644 --- a/Timeline/ClientApp/src/app/views/home/index.tsx +++ b/Timeline/ClientApp/src/app/views/home/index.tsx @@ -4,7 +4,6 @@ import { useTranslation } from "react-i18next"; import { Row, Container, Button, Col } from "react-bootstrap"; import { useUser } from "@/services/user"; -import AppBar from "../common/AppBar"; import SearchInput from "../common/SearchInput"; import BoardWithoutUser from "./BoardWithoutUser"; @@ -34,7 +33,6 @@ const HomePage: React.FC = () => { return ( <> - <AppBar /> <Container fluid> <Row> <Col> |