Skip to content

Commit

Permalink
[Chore] [GGFE-227] 스토리북 변수명 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
PHJoon committed Sep 4, 2023
1 parent 83c5583 commit a3f6727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stories/layout/Megaphone.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ const meta: Meta<typeof Megaphone> = {
export default meta;
type Story = StoryObj<typeof Megaphone>;

export const Empty: Story = {
export const Default: Story = {
args: {},
};

0 comments on commit a3f6727

Please sign in to comment.