Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tktcorporation committed Oct 10, 2022
1 parent aae8eb6 commit 0ef23ae
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 16 deletions.
16 changes: 0 additions & 16 deletions web/src/components/Article/Article.stories.js

This file was deleted.

25 changes: 25 additions & 0 deletions web/src/components/Article/Article.stories.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
import Article from './Article'

export const generated = () => {
return (
<Article
article={{
id: 1,
title: 'First Post',
body: `Neutra tacos hot chicken prism raw denim, put
a bird on it enamel pin post-ironic vape cred
DIY. Street art next level umami squid.
Hammock hexagon glossier 8-bit banjo. Neutra
la croix mixtape echo park four loko semiotics
kitsch forage chambray. Semiotics salvia
selfies jianbing hella shaman. Letterpress
helvetica vaporware cronut, shaman butcher
YOLO poke fixie hoodie gentrify woke
heirloom.`,
createdAt: '2020-01-01T12:34:45Z',
}}
/>
)
}

export default { title: 'Components/Article' }

0 comments on commit 0ef23ae

Please sign in to comment.