4
0
forked from crowetic/commerce
commerce/lib/defaults.ts
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: '/',
},
},
],
},
}