Skip to content

Commit

Permalink
Update title in unit-input.stories.tsx to Components/UI/UnitInput
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-ai-integration[bot] committed Jun 9, 2024
1 parent 033ae1a commit 90627bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/components/ui/unit-input/unit-input.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { Meta, StoryObj } from '@storybook/react';
import UnitInput from './unit-input.component';

const meta: Meta<typeof UnitInput> = {
title: 'Components/UnitInput',
title: 'Components/UI/UnitInput',
component: UnitInput,
argTypes: {
className: {
Expand Down

0 comments on commit 90627bf

Please sign in to comment.