We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e448e15 commit 657cd84Copy full SHA for 657cd84
3 files changed
src/components/molecules/comment/index.ts
@@ -1 +1 @@
1
-export { CommentBox } from '@/components/molecules/comment/CommentBox';
+export { CommentInput } from '@/components/molecules/comment/CommentInput';
…ponents/molecules/comment/CommentBox.tsx …eatures/comment/component/CommentBox.tsxsrc/components/molecules/comment/CommentBox.tsx renamed to src/features/comment/component/CommentBox.tsx
@@ -1,6 +1,6 @@
import Upload from '@/assets/upload.svg';
2
import UploadActive from '@/assets/upload_active.svg';
3
-import { CommentInput } from './CommentInput';
+import { CommentInput } from '@/components/molecules/comment';
4
import { ImageUploader } from './ImageUploader';
5
6
interface CommentBoxProps {
…ents/molecules/comment/ImageUploader.tsx …ures/comment/component/ImageUploader.tsxsrc/components/molecules/comment/ImageUploader.tsx renamed to src/features/comment/component/ImageUploader.tsx
0 commit comments