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 | 880ed701d5ae3f3b21b30d3b9e2db5d98d6b9513 (patch) | |
tree | 15f1fab11da36d9f2257fbc13396ea517ac32840 /Timeline/ClientApp/src/app/views/admin | |
parent | 2be72885e2d49a5637c2741e1844dfe92d3e197e (diff) | |
download | timeline-880ed701d5ae3f3b21b30d3b9e2db5d98d6b9513.tar.gz timeline-880ed701d5ae3f3b21b30d3b9e2db5d98d6b9513.tar.bz2 timeline-880ed701d5ae3f3b21b30d3b9e2db5d98d6b9513.zip |
Move AppBar to App .
Diffstat (limited to 'Timeline/ClientApp/src/app/views/admin')
-rw-r--r-- | Timeline/ClientApp/src/app/views/admin/Admin.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Timeline/ClientApp/src/app/views/admin/Admin.tsx b/Timeline/ClientApp/src/app/views/admin/Admin.tsx index e0f59b0f..9c0250e7 100644 --- a/Timeline/ClientApp/src/app/views/admin/Admin.tsx +++ b/Timeline/ClientApp/src/app/views/admin/Admin.tsx @@ -8,7 +8,6 @@ import { } from "react-router"; import { Nav } from "react-bootstrap"; -import AppBar from "../common/AppBar"; import { UserWithToken } from "@/services/user"; import UserAdmin from "./UserAdmin"; @@ -34,7 +33,6 @@ const Admin: React.FC<AdminProps> = (props) => { ): React.ReactNode => { return ( <Route path={`${match.path}/${name}`}> - <AppBar /> <div style={{ height: 56 }} className="flex-fix-length" /> <Nav variant="tabs"> <Nav.Item> |