import { MenuIcon } from '@heroicons/react/outline'; import Account from '../common/account'; import AppGrid from '../common/app-grid'; import Search from '../common/search'; export default ({ openSideMenu }: { openSideMenu: () => void }) => { return (
Tdrive Tdrive
openSideMenu()} className="sm:hidden block shrink-0 w-10 hover:text-zinc-600 text-zinc-500 cursor-pointer -mx-2 px-2" >
); };