♻️ Refactor: Donation 컴포넌트 style 파일 코드 오류 개선 및 불필요한 파일 삭제 #179
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📝 Summary
Card 컴포넌트 내부 css파일 코드 오류를 수정하고 불필요한 폴더 및 import 경로를 삭제했습니다.
Resolves: #178
🔧 Changes
style.js로 작성된 파일명을styles.js로 변경했습니다.불필요한 import는 제거했습니다.
import 경로를 @로 변경했습니다.
style 파일 내부 코드 오류 ( { } 닫힘 괄호 누락, 세미콜론 누락) 를 수정했습니다.
mock데이터 관련 파일 및 Testpage와 TestComponents를 제거했습니다.
✅ Checklist
🚀 Test Plan
🖼️ Screenshots (UI 변경 시)
📚 Additional