## 작업 목록 - [ ] features/ 디렉토리 구조 설계 확정 features/animals/ (components, hooks, types, api) features/mbti/ (components, hooks, contexts, data) features/favorites/ (components, hooks, contexts) - [ ] components/ui/ 공통 컴포넌트 분리 위치 확정 - [ ] 각 feature index.ts barrel export 설계 - [ ] features/animals 이전 및 동작 확인 - [ ] features/mbti 이전 및 동작 확인 - [ ] features/favorites 이전 및 동작 확인 - [ ] components/ui/ 공통 컴포넌트 이전 - [ ] hooks/, utils/, types/ 공통 모듈 정리 - [ ] 전체 import 경로 수정 및 빌드 확인 ## 참고
작업 목록
features/animals/ (components, hooks, types, api)
features/mbti/ (components, hooks, contexts, data)
features/favorites/ (components, hooks, contexts)
참고