https://app.zeplin.io/project/60ab2c1eda632a27c275f616
- 컴포넌트 파일: Pascal Case
- 디렉토리 및 기타 파일: Camel Case
- type 네이밍
- interface 네이밍
- 공통적으로 사용되는 타입들은 src/types 폴더에 저장, 이외의 경우에는 type이 사용되는 파일 내에서 작성하여 사용
- Presentational & Container Component Pattern(링크 속에서 1번 내용을 참고하시면 됩니다.)