mirror of
https://github.com/vercel/commerce.git
synced 2025-05-02 15:57:52 +00:00
6 lines
104 B
TypeScript
6 lines
104 B
TypeScript
// export { default } from './MenuSidebarView'
|
|
export interface Link {
|
|
href: string
|
|
label: string
|
|
}
|