Skip to content

Commit

Permalink
feat: without children の例をトルツメした
Browse files Browse the repository at this point in the history
  • Loading branch information
oti committed Jun 11, 2024
1 parent 34dcd80 commit 4579650
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,4 @@ export const All: StoryFn = () => (
</Text>
</ErrorScreen>
)

export const WithoutChildren: StoryFn = () => (
<ErrorScreen
title="サンプルタイトル"
links={[
{
label: 'ホームへ',
url: 'http://example.com',
},
]}
/>
)
WithoutChildren.storyName = 'without children'
All.storyName = 'all'

0 comments on commit 4579650

Please sign in to comment.