1
0
mirror of https://github.com/vercel/commerce.git synced 2025-07-08 13:51:26 +00:00
2020-11-26 13:13:30 -03:00

15 lines
196 B
TypeScript

// Fallback to CMS Data
export const defatultPageProps = {
header: {
links: [
{
link: {
title: 'New Arrivals',
url: '/',
},
},
],
},
}