Skip to content

Commit fb32892

Browse files
author
Hector Arce De Las Heras
committed
Fix name of storybook component title
1 parent ccdef0c commit fb32892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/inputSignature/stories/inputSignature.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { argtypes } from './argTypes';
99
const themeSelected = localStorage.getItem('themeSelected') || 'kubit';
1010

1111
const meta = {
12-
title: 'Components/Form/InputSignature',
12+
title: 'Components/Forms/InputSignature',
1313
component: Story,
1414
parameters: {
1515
layout: 'centered',

0 commit comments

Comments
 (0)