Skip to content

Commit

Permalink
Storybook: Remove outdated decorator config (#35678)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirka authored Oct 15, 2021
1 parent 9126bf5 commit 6c81af5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions storybook/preview.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/**
* External dependencies
*/
import { addDecorator } from '@storybook/react';
import { withA11y } from '@storybook/addon-a11y';
import { withKnobs } from '@storybook/addon-knobs';

/**
* WordPress dependencies
*/
Expand All @@ -16,6 +9,3 @@ import '@wordpress/components/build-style/style.css';
* Internal dependencies
*/
import './style.scss';

addDecorator( withA11y );
addDecorator( withKnobs );

0 comments on commit 6c81af5

Please sign in to comment.