forked from crowetic/commerce
* 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>
6 lines
101 B
TypeScript
6 lines
101 B
TypeScript
export { default } from './MenuSidebarView'
|
|
|
|
export interface Link {
|
|
href: string
|
|
label: string
|
|
} |