Skip to content

Commit

Permalink
test: Top component storybook 오류 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
Todari committed Sep 24, 2024
1 parent 36c946d commit 8966a59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default meta;
type Story = StoryObj<typeof meta>;

export const Playground: Story = {
render: ({...args}) => {
render: () => {
return (
<Top>
<Top.Line text="정산을 시작하려는" />
Expand Down

0 comments on commit 8966a59

Please sign in to comment.