diff --git a/packages/block-editor/src/components/duotone-control/stories/index.story.js b/packages/block-editor/src/components/duotone-control/stories/index.story.js index 7fdb7fdb9203f4..cdc2f460b20cc6 100644 --- a/packages/block-editor/src/components/duotone-control/stories/index.story.js +++ b/packages/block-editor/src/components/duotone-control/stories/index.story.js @@ -8,9 +8,6 @@ import { useState } from '@wordpress/element'; */ import DuotoneControl from '../'; -/** - * Storybook Meta Information - */ const meta = { title: 'BlockEditor/DuotoneControl', component: DuotoneControl, @@ -75,9 +72,6 @@ const meta = { export default meta; -/** - * Default Story - */ export const Default = { render: function Template( { onChange, ...args } ) { const [ value, setValue ] = useState( 'unset' );