remove unused logo import

This commit is contained in:
Tyler Shipe 2021-03-03 14:19:13 -05:00
parent f8b46e7e5f
commit 1f28201e70
1 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,4 @@
import { Menu } from "antd";
import Logo from "./Logo";
export default function Navigation() {
return (
@ -14,7 +13,6 @@ export default function Navigation() {
fontSize: 16,
}}
>
{/* <Logo /> */}
<Menu.Item key="/" disabled style={{ marginLeft: 0 }}>
<div className="flex items-center">
<img