commerce/lib/defaults.ts
Jonathan Dawber 6e8ecdbf03 Fix typo
The defaultPageProps object had a typo in the name
2020-12-27 17:27:00 +00:00

15 lines
195 B
TypeScript

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