📦src
 ┣ 📂components
 ┃ ┃ ┣ 📂Home
 ┃ ┃ ┃ ┗ 📜Header.tsx
 ┃ ┃ ┃ ┗ 📜TabBar.tsx
 ┣ 📂pages
 ┃ ┣ 📂Home
 ┃ ┃ ┗ 📜index.tsx
 ┃ ┗ 📂Search
 ┃ ┃ ┗ 📜index.tsx
 ┣ 📂lib
 ┃ ┃ ┗ 📂hooks
 ┃ ┃ ┗ 📂utils
 ┣ 📂api
 ┃ ┃ ┗ 📜auth.ts
 ┃ ┃ ┗ 📜account.ts
 ┃ ┃ ┗ 📜axios.ts
 ┣ 📂constants
 ┣ 📂global // 추후 논의 ...
 ┣ 📂assets 
 ┣ 📂types
 ┃ ┃ ┗ 📜type.ts
 ┣ 📂features
 ┃ ┃ ┗ 📜authSlice.ts
 ┣ 📂app
   ┗ 📜store.t