...
Every new view that is created should have a corresponding story in Storybook
. To do that, create a new folder and corresponding file that endas ends in ".stories.js" in the stories
folder, and import the pure component in that file.
...
Every new view that is created should have a corresponding story in Storybook
. To do that, create a new folder and corresponding file that endas ends in ".stories.js" in the stories
folder, and import the pure component in that file.