Skip to content

Commit

Permalink
Merge pull request #138 from dmswn1004/develop
Browse files Browse the repository at this point in the history
fix: build시 에러나는 부분 수정
  • Loading branch information
dmswn1004 authored May 23, 2024
2 parents 05482d7 + 7875cd5 commit 3e7ed06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stories/ProductForm/ProductForm.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const ITEM: Product = {
productState: 'SALE',
likes: 1,
views: 2,
chatRooms: 3,
};

export const Basic: Story = {
Expand Down

0 comments on commit 3e7ed06

Please sign in to comment.