Matthew Mulford 470c40fd53 shopify
2022-10-08 14:37:47 -05:00

6 lines
101 B
TypeScript

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