Skip to content

Commit

Permalink
doc: Remove unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
im3dabasia committed Dec 25, 2024
1 parent 5d26bfd commit 4e4f30a
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ import { useState } from '@wordpress/element';
*/
import DuotoneControl from '../';

/**
* Storybook Meta Information
*/
const meta = {
title: 'BlockEditor/DuotoneControl',
component: DuotoneControl,
Expand Down Expand Up @@ -75,9 +72,6 @@ const meta = {

export default meta;

/**
* Default Story
*/
export const Default = {
render: function Template( { onChange, ...args } ) {
const [ value, setValue ] = useState( 'unset' );
Expand Down

0 comments on commit 4e4f30a

Please sign in to comment.