Skip to content

Commit

Permalink
chore: clean up storybook double migration
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Jan 10, 2025
1 parent 95276c9 commit 290b186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .storybook/preview.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ setConfigs(appConfig, configSchema);

/** @type { import('@storybook/react').Preview } */
const preview = {
tags: ['autodocs', 'autodocs']
tags: ['autodocs'],
};

export default preview;

0 comments on commit 290b186

Please sign in to comment.