Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FE/refactor/#517 파일위치 용도에맞게 이동 #518

Merged
merged 1 commit into from
Feb 5, 2024

Conversation

Doosies
Copy link
Collaborator

@Doosies Doosies commented Feb 5, 2024

변경 사항

  • 이동하면서 import, export 구조 변경
  • 테스트 실패한 케이스 다시 되도록 수정

고민과 해결 과정

기존에는 폴더의 위치가 용도에 맞게 있지 않았었고, 그래서 파일을 찾기 힘들었음
그래서 이를 수정하고, import, export 구조도 수정함
이전엔 어떤 A 컴포넌트를 import하면 import A from '@components/A'; 이런식으로 A에서 A를 불러왔는데 부자연스럽다고 생각했음.
그래서 A라는 공용 컴포넌트를 import하면 import {A} from '@components/common' 이런식으로 더 알아보기 쉽게 변경함
변경하면서 깨진 테스트코드도 수정해둠

- 이동하면서 import, export 구조 변경
- 테스트 실패한 케이스 다시 되도록 수정
@Doosies Doosies self-assigned this Feb 5, 2024
@Doosies Doosies added the FE label Feb 5, 2024
@Doosies Doosies added this to the version 1.0.0 milestone Feb 5, 2024
@Doosies Doosies linked an issue Feb 5, 2024 that may be closed by this pull request
@Doosies Doosies merged commit edbb40d into dev Feb 5, 2024
1 check passed
@Doosies Doosies deleted the FE/refactor/#517-파일위치-용도에맞게-이동 branch February 5, 2024 12:04
@HeoJiye HeoJiye mentioned this pull request Feb 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

🔄 파일 위치 용도에 맞게 이동
2 participants