From 880ed701d5ae3f3b21b30d3b9e2db5d98d6b9513 Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 3 Sep 2020 18:56:40 +0800 Subject: Move AppBar to App . --- Timeline/ClientApp/src/app/views/home/index.tsx | 2 -- 1 file changed, 2 deletions(-) (limited to 'Timeline/ClientApp/src/app/views/home') 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 ( <> - -- cgit v1.2.3