import React from 'react'
import { Wrapper, ToggleButton } from './styled'
export const Menu = () => (
<Wrapper>
<ToggleButton />
</Wrapper>
)