Skip to content

Commit

Permalink
Append "Page" to page stories.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterp committed Jun 29, 2020
1 parent 94249b6 commit 89a9315
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ export const generated = () => {
return <ContactUsPage />
}

export default { title: 'Pages/ContactUs' }
export default { title: 'Pages/ContactUsPage' }
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ export const generated = () => {
return <HomePage />
}

export default { title: 'Pages/Home' }
export default { title: 'Pages/HomePage' }

0 comments on commit 89a9315

Please sign in to comment.