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