Skip to content

Commit 7554795

Browse files
chore: move storybook [skip ci]
1 parent 029edd7 commit 7554795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/RemoveButton/RemoveButton.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { Meta, StoryObj } from '@storybook/react-vite';
22
import { DialRemoveButton, type DialRemoveButtonProps } from './RemoveButton';
33

44
const meta: Meta<typeof DialRemoveButton> = {
5-
title: 'Utility/RemoveButton',
5+
title: 'DIAL/Elements/Buttons/RemoveButton',
66
component: DialRemoveButton,
77
parameters: {
88
layout: 'padded',

0 commit comments

Comments
 (0)