mirror of
https://github.com/vercel/commerce.git
synced 2025-05-17 23:16:59 +00:00
6 lines
101 B
TypeScript
6 lines
101 B
TypeScript
export { default } from './MenuSidebarView'
|
|
export interface Link {
|
|
href: string
|
|
label: string
|
|
}
|