Skip to content

Commit

Permalink
Fix: 빌드 에러 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
seungjun222 committed Jan 13, 2024
1 parent d0b49fa commit e14082d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/nav/InputComment.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { KeyboardEvent, ChangeEvent, useEffect } from 'react';
import { KeyboardEvent, ChangeEvent } from 'react';
import { postComments } from '@api/comments';
import { useParams } from 'react-router-dom';
import { commentState } from '@recoil/review';
Expand Down

0 comments on commit e14082d

Please sign in to comment.