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

feat: [4] react-router-dom을 이용한 페이지 구조 잡기 #14

Merged
merged 1 commit into from
Jul 14, 2024

Conversation

joseph0926
Copy link
Contributor

@joseph0926 joseph0926 commented Jul 14, 2024

PR 유형

어떤 변경사항인지 체크해주세요 (중복 체크 가능)

  • 버그 (bug)
  • 기능 (feat)
  • 수정 (fix)
  • 리팩토링 (개선 느낌) (refactor)
  • 문서 (docs)
  • 기타

PR 설명

  • react-router-dom을 이용한 페이지 구조 잡기

  • 구조

<root>/
│
├── /
│   ├── (index)
│   ├── result
│   ├── survey/
│   │   └── new
│   └── collect
└── auth

관련 이슈

스크린샷

체크리스트

  • 코드가 정상적으로 컴파일되고 모든 테스트를 통과했습니다
  • 변경사항에 대한 테스트를 추가했습니다 (버그 수정 / 기능 추가의 경우)
  • 관련 문서를 업데이트했습니다

추가 정보

@joseph0926 joseph0926 self-assigned this Jul 14, 2024
@joseph0926 joseph0926 linked an issue Jul 14, 2024 that may be closed by this pull request
@joseph0926 joseph0926 merged commit a71621e into dev Jul 14, 2024
2 checks passed
@joseph0926 joseph0926 deleted the feat/4 branch July 14, 2024 04:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] react-router-dom을 이용한 페이지 구조 잡기 (4)
2 participants