Skip to content

Commit

Permalink
fix: vercel deploy error
Browse files Browse the repository at this point in the history
  • Loading branch information
uiop5809 committed Aug 14, 2024
1 parent 747c743 commit 16b4ba0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/components/board/Comment.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Primary.args = {
likeCount: 1,
createdAt: '10분전',
isLiked: false,
isAllowed: false,
isEditAllowed: false,
parentId: 1,
content:
'말을 너무 많이 들으면 머리가 너무 아파요;; 말을 너무 많이 들으면 머리가 너무 아파요;; 말을 너무 많이 들으면 머리가 너무 아파요;; 말을 너무 많이 들으면 머리가 너무 아파요;; 말을 너무 많이 들으면 머리가 너무 아파요;; 말을 너무 많이 들으면 머리가 너무 아파요;;',
Expand Down
3 changes: 1 addition & 2 deletions src/components/board/CommentList.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { CommentListProps } from '@/service/comment/CommentService'
import { Meta, StoryFn } from '@storybook/react'
import CommentList from './CommentList'
import CommentList, { CommentListProps } from './CommentList'

export default {
title: 'Board/CommentList',
Expand Down
2 changes: 1 addition & 1 deletion src/components/board/CommentList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
import Comment from './Comment'
import CommentInput from './CommentInput'

interface CommentListProps {
export interface CommentListProps {
id: number
page: number
size: number
Expand Down

0 comments on commit 16b4ba0

Please sign in to comment.