Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond committed Mar 19, 2024
1 parent 2316140 commit f5f6b95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .storybook/preview.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { INITIAL_VIEWPORTS } from '@storybook/addon-viewport';

/** @type { import('@storybook/html').Preview } */
const preview = {
parameters: {
Expand All @@ -7,6 +9,7 @@ const preview = {
date: /Date$/i,
},
},
viewport: { viewports: INITIAL_VIEWPORTS },
},
};

Expand Down

0 comments on commit f5f6b95

Please sign in to comment.