Skip to content

Commit

Permalink
fix(storybook): removes baseConfig stories from config
Browse files Browse the repository at this point in the history
  • Loading branch information
ixahmedxi committed Jun 1, 2023
1 parent 879acde commit 1b0cfa0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/storybook/.storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { baseConfig } from '@noodle/storybook-config';
const config = {
...baseConfig,
stories: [
...baseConfig.stories,
'../../**/src/**/*.stories.@(js|jsx|ts|tsx)',
'../../**/src/**/*.mdx',
],
Expand Down

0 comments on commit 1b0cfa0

Please sign in to comment.