Skip to content
Prev Previous commit
Next Next commit
Fix typo in story.
  • Loading branch information
DaniGuardiola committed Sep 24, 2024
commit ffdc78a3db4a7b9ec7d958d7a329b753371e77d8
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import Button from '../../button';
import { BorderBoxControl } from '../';

const meta: Meta< typeof BorderBoxControl > = {
title: 'Components§/BorderBoxControl',
title: 'Components/BorderBoxControl',
component: BorderBoxControl,
argTypes: {
onChange: { action: 'onChange' },
Expand Down