I ended up putting the stories directory with the storybook stuff at the top-level, to mimic the src and test split. However, given that this only includes stuff from renderer right now, I did not put in that folder level, and it's just assumed that stories -> src/renderer.
Closes #626
I ended up putting the
stories
directory with the storybook stuff at the top-level, to mimic thesrc
andtest
split. However, given that this only includes stuff fromrenderer
right now, I did not put in that folder level, and it's just assumed thatstories
->src/renderer
.