Skip to content

Commit

Permalink
chore: rename stories
Browse files Browse the repository at this point in the history
  • Loading branch information
sh0ji committed Dec 13, 2024
1 parent 1181858 commit 1d4253b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ const meta: Meta<StoryProps> = {
export default meta;
type Story = StoryObj<StoryProps>;

export const Default: Story = {};
export const Example: Story = {};

export const WithInstructions: Story = {
export const ExampleWithInstructions: Story = {
args: {
attemptCount: 2,
},
Expand Down

0 comments on commit 1d4253b

Please sign in to comment.