Skip to content

Commit

Permalink
πŸ”§ chore: ts -\> tsx 파일 ν™•μž₯자 λ³€κ²½
Browse files Browse the repository at this point in the history
  • Loading branch information
froggy1014 committed Jul 30, 2024
1 parent 2f0c826 commit ad23469
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,27 +28,27 @@ type Story = StoryObj<typeof meta>;
export const Primary: Story = {
args: {
primary: true,
label: "Button",
label: "Primary Button",
},
};

export const Secondary: Story = {
args: {
label: "Button",
label: "Secondary Button",
},
};

export const Large: Story = {
args: {
size: "large",
label: "Button",
label: "Large Button",
},
};

export const Small: Story = {
args: {
size: "small",
label: "Button",
label: "Small Button",
},
};

Expand Down

0 comments on commit ad23469

Please sign in to comment.