Skip to content

Commit 657cd84

Browse files
committed
[chore] comment 관련 컴포넌트 위치 분리
- CommentBox, ImageUploader : atoms, molecules 조합 / 비즈니스 로직 포함 → features 폴더에 정의 - CommentInput : atoms을 조합한 UI / 비즈니스 로직 x → molecules 폴더에 정의
1 parent e448e15 commit 657cd84

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export { CommentBox } from '@/components/molecules/comment/CommentBox';
1+
export { CommentInput } from '@/components/molecules/comment/CommentInput';

src/components/molecules/comment/CommentBox.tsx renamed to src/features/comment/component/CommentBox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Upload from '@/assets/upload.svg';
22
import UploadActive from '@/assets/upload_active.svg';
3-
import { CommentInput } from './CommentInput';
3+
import { CommentInput } from '@/components/molecules/comment';
44
import { ImageUploader } from './ImageUploader';
55

66
interface CommentBoxProps {
File renamed without changes.

0 commit comments

Comments
 (0)