1
0
mirror of https://github.com/vercel/commerce.git synced 2025-06-05 15:56:59 +00:00
Nine 82cb719ad6
Feature/hamburger menu ()
* Setup Mobile Menu Sidebar

* Setup Basic Mobile Menu Items Styling

* Implement full width styling for mobile devices

* Cleanup

Co-authored-by: Nine <at059214@Abdurahmans-MacBook-Pro.local>
2021-11-25 15:09:21 -03:00

6 lines
101 B
TypeScript

export { default } from './MenuSidebarView'
export interface Link {
href: string
label: string
}