src
├─ app
│  ├─ element
│  ├─ main
│  ├─ .
│  ├─ .
│  ├─ .
│  ├─ user
│  │  ├─ forget
│  │  ├─ reset
│  │  ├─ login
│  │  ├─ verified
│  │  └─ signup
│  │     ├─ layout.tsx
│  │     ├─ page.tsx
│  │     ├─ _components
│  │     ├─ _hooks
│  │     └─ _utils
│  ├─ not-found.tsx
│  ├─ page.tsx
│  ├─ global.css
│  └─ layout.tsx
│
├─ assets
│  └─ icons
│     └─ icons.ts
│
├─ components
│  ├─ backdrop
│  ├─ button
│  ├─ .
│  ├─ .
│  ├─ .
│  └─ header
│     ├─ header.tsx
│     └─ use-header.ts
│
├─ fonts
│  └─ fonts.ts
│
├─ providers
│  └─ auth-provider.tsx
│
├─ services
│  ├─ auth-service.ts
│  └─ element-service.ts
│
├─ types
│  ├─ travel.type.ts
│  └─ user.type.ts
│
├─ utils
│  ├─ util-constants.ts
│  ├─ util-convert.ts
│  └─ util-template.ts
│
└─ svg.d.ts

📄 파일명

📂 app

📁 Route Folder

📁 _components

📁 _utils

📁 _hooks

📁 _rules

📄 page.tsx / 📄 layout.tsx

📄 not-found.tsx

📄 global.css

📂 assets