From b2d85bdb7581b66802184f0bfb0bb06f12230c66 Mon Sep 17 00:00:00 2001 From: Diana Mounter Date: Fri, 10 Nov 2017 16:45:06 -0500 Subject: [PATCH] remove first require context so ordering in nav is more senseible --- .storybook/config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/.storybook/config.js b/.storybook/config.js index d8e5507c..c0195d32 100644 --- a/.storybook/config.js +++ b/.storybook/config.js @@ -16,7 +16,6 @@ addDecorator(story => ( )) const contexts = [ - require.context('.', true, /\.js$/), require.context('../modules', true, /stories.*\.js$/), ]