Skip to content

Commit

Permalink
move welcome screen
Browse files Browse the repository at this point in the history
  • Loading branch information
danielduan committed Oct 29, 2017
1 parent f01308d commit 9f0efcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/cra-kitchen-sink/.storybook/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ setOptions({
// deprecated usage of infoAddon
setAddon(infoAddon);

// put welcome screen at the top of the list so it's the first one displayed
require('../src/stories/welcome');

const req = require.context('../src/stories', true, /\.stories\.js$/)
Expand Down

0 comments on commit 9f0efcc

Please sign in to comment.