Include createdAt in blog posts to prevent Storybook error

This commit is contained in:
Rob Cameron
2020-10-19 12:08:43 -07:00
parent 3fffe52c85
commit 268a26f6c0
3 changed files with 4 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ export const generated = () => {
id: 1,
title: 'First Post',
body: 'Neutra tacos hot chicken prism raw denim...',
createdAt: '2020-01-01T12:34:56Z',
}}
/>
)