4
0
forked from crowetic/commerce
commerce/lib/defaults.ts

15 lines
196 B
TypeScript
Raw Normal View History

2020-11-26 13:13:30 -03:00
// Fallback to CMS Data
export const defatultPageProps = {
header: {
links: [
{
link: {
title: 'New Arrivals',
url: '/',
},
},
],
},
}