diff --git a/packages/react/src/KeybindingHint/KeybindingHint.examples.stories.tsx b/packages/react/src/KeybindingHint/KeybindingHint.examples.stories.tsx index fde9eb9a65a..f7c152df371 100644 --- a/packages/react/src/KeybindingHint/KeybindingHint.examples.stories.tsx +++ b/packages/react/src/KeybindingHint/KeybindingHint.examples.stories.tsx @@ -4,7 +4,7 @@ import {KeybindingHint, type KeybindingHintProps} from '.' import {Button, ActionList, FormControl, TextInput} from '..' export default { - title: 'Components/KeybindingHint/Examples', + title: 'Drafts/Components/KeybindingHint/Examples', component: KeybindingHint, } satisfies Meta diff --git a/packages/react/src/KeybindingHint/KeybindingHint.features.stories.tsx b/packages/react/src/KeybindingHint/KeybindingHint.features.stories.tsx index 135f8087f58..75448e75e41 100644 --- a/packages/react/src/KeybindingHint/KeybindingHint.features.stories.tsx +++ b/packages/react/src/KeybindingHint/KeybindingHint.features.stories.tsx @@ -4,7 +4,7 @@ import {KeybindingHint, type KeybindingHintProps} from '.' import Box from '../Box' export default { - title: 'Components/KeybindingHint/Features', + title: 'Drafts/Components/KeybindingHint/Features', component: KeybindingHint, } satisfies Meta diff --git a/packages/react/src/KeybindingHint/KeybindingHint.stories.tsx b/packages/react/src/KeybindingHint/KeybindingHint.stories.tsx index 71869983bfa..2452f5be70e 100644 --- a/packages/react/src/KeybindingHint/KeybindingHint.stories.tsx +++ b/packages/react/src/KeybindingHint/KeybindingHint.stories.tsx @@ -2,7 +2,7 @@ import type {Meta} from '@storybook/react' import {KeybindingHint} from './KeybindingHint' export default { - title: 'Components/KeybindingHint', + title: 'Drafts/Components/KeybindingHint', component: KeybindingHint, } satisfies Meta