We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd52423 commit 6208de2Copy full SHA for 6208de2
1 file changed
src/components/CommentBottomSheet/Comment/index.tsx
@@ -2,7 +2,7 @@ import { StyledText } from '@components/Text/StyledText';
2
import { CommentLayout, SendContainer, CommentTextarea, SendButton } from './styles';
3
import send from '@assets/default/send-comment.svg';
4
import React, { useEffect, useRef, useState } from 'react';
5
-import { CommentProps } from './dto';
+import type { CommentProps } from './dto';
6
7
const Comment: React.FC<CommentProps> = ({ content, sendComment, isModal = false }) => {
8
const [comment, setComment] = useState('');
0 commit comments