Skip to content

Commit

Permalink
Update Checkbox.stories.tsx
Browse files Browse the repository at this point in the history
put story in ODD folder
  • Loading branch information
b-cooper authored May 9, 2024
1 parent f53ec4e commit 5a8ba44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/src/atoms/Checkbox/Checkbox.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Checkbox } from './index'
import type { StoryObj, Meta } from '@storybook/react'

const meta: Meta<typeof Checkbox> = {
title: 'Library/Atoms/Checkbox',
title: 'ODD/Atoms/Checkbox',
component: Checkbox,
}

Expand Down

0 comments on commit 5a8ba44

Please sign in to comment.