forked from crowetic/commerce
* Fix typo (#135) The defaultPageProps object had a typo in the name Co-authored-by: B <curciobelen@gmail.com> * changes * changes Co-authored-by: JD <jonathan.dawber@icloud.com>
15 lines
195 B
TypeScript
15 lines
195 B
TypeScript
// Fallback to CMS Data
|
|
|
|
export const defaultPageProps = {
|
|
header: {
|
|
links: [
|
|
{
|
|
link: {
|
|
title: 'New Arrivals',
|
|
url: '/',
|
|
},
|
|
},
|
|
],
|
|
},
|
|
}
|