Skip to content

Commit 0ed1a84

Browse files
committed
Fix: Comment 폴더 이동에 따른 경로 수정
1 parent ec0ae71 commit 0ed1a84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/components/CommentBottomSheet

src/components/CommentBottomSheet/dto.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { CommentProps } from '../Comment/dto';
1+
import { CommentProps } from './Comment/dto';
22

33
export interface CommentBottomSheetProps {
44
isBottomSheetOpen: boolean;

0 commit comments

Comments
 (0)