⚙️

Routes 설정

Completed
완료
Assigned To
Type
초기 세팅
📦src ┣ 📂api ┣ 📂assets ┃ ┣ 📂icons ┃ ┣ 📂img ┃ ┗ 📜ExProfileImg.tsx ┣ 📂components ┃ ┣ 📂layout ┃ ┃ ┣ 📜AlertDialogTag.tsx ┃ ┃ ┣ 📜CardItem.tsx ┃ ┃ ┣ 📜CardItemList.tsx ┃ ┃ ┣ 📜CustomAlert.tsx ┃ ┃ ┣ 📜Footer.tsx ┃ ┃ ┣ 📜Header.tsx ┃ ┃ ┣ 📜Notification.tsx ┃ ┃ ┗ 📜Tag.tsx ┃ ┣ 📂pages ┃ ┃ ┣ 📂Home ┃ ┃ ┃ ┣ 📜Daily.tsx ┃ ┃ ┃ ┣ 📜Home.tsx ┃ ┃ ┃ ┗ 📜Tab.tsx ┃ ┃ ┣ 📂MyPage ┃ ┃ ┃ ┣ 📜EditMyPage.tsx ┃ ┃ ┃ ┣ 📜FollowTagList.tsx ┃ ┃ ┃ ┣ 📜MyPage.tsx ┃ ┃ ┃ ┗ 📜MyPosts.tsx ┃ ┃ ┣ 📂Post ┃ ┃ ┃ ┣ 📜CreatePost.tsx ┃ ┃ ┃ ┣ 📜Post.tsx ┃ ┃ ┃ ┣ 📜PostStep1.tsx ┃ ┃ ┃ ┣ 📜PostStep2.tsx ┃ ┃ ┃ ┗ 📜PostStep3.tsx ┃ ┃ ┣ 📂Report ┃ ┃ ┃ ┣ 📜ReportBoard.tsx ┃ ┃ ┃ ┣ 📜ReportedPost.tsx ┃ ┃ ┃ ┗ 📜ReportForm.tsx ┃ ┃ ┣ 📂Search ┃ ┃ ┃ ┣ 📜Search.tsx ┃ ┃ ┃ ┗ 📜SearchResults.tsx ┃ ┃ ┣ 📂SignUp ┃ ┃ ┃ ┣ 📜SignUp.tsx ┃ ┃ ┃ ┣ 📜SignUpStep1.tsx ┃ ┃ ┃ ┣ 📜SignUpStep2.tsx ┃ ┃ ┃ ┗ 📜SignUpStep3.tsx ┃ ┃ ┣ 📂SpecialtyDrink ┃ ┃ ┃ ┣ 📜SpecialtyDrinkBoard.tsx ┃ ┃ ┃ ┣ 📜SpecialtyDrinkDetail.tsx ┃ ┃ ┃ ┗ 📜SpecialtyDrinkForm.tsx ┃ ┃ ┣ 📜Announcement.tsx ┃ ┃ ┣ 📜FAQ.tsx ┃ ┃ ┣ 📜index.ts ┃ ┃ ┣ 📜Login.tsx ┃ ┃ ┗ 📜NotFound.tsx ┃ ┗ 📂ui ┣ 📂lib ┃ ┗ 📜utils.ts ┣ 📂router ┃ ┗ 📜Router.tsx ┣ 📂store ┣ 📂styles ┃ ┣ 📜CommonStyles.ts ┃ ┣ 📜globalStyles.ts ┃ ┣ 📜resetStyles.ts ┃ ┗ 📜theme.ts ┣ 📂types ┣ 📂utils ┣ 📜App.css ┣ 📜App.tsx ┣ 📜index.css ┣ 📜main.tsx ┣ 📜theme.d.ts ┗ 📜vite-env.d.ts
Bash
복사