Skip to content

Commit

Permalink
Move stories to Drafts
Browse files Browse the repository at this point in the history
  • Loading branch information
iansan5653 authored Aug 13, 2024
1 parent c03d046 commit c378c1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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<typeof KeybindingHint>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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<typeof KeybindingHint>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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<typeof KeybindingHint>

Expand Down

0 comments on commit c378c1e

Please sign in to comment.