| 1 | src/app/layout.tsx | html, body, header, footer | 거의 바뀌지 않음 |
| 2 | src/app/dashboard/layout.tsx | 대시보드 사이드바 | dashboard 밖으로 나갈 때 제거 |
| 3 | dashboard/page.tsx | 없음 | /dashboard 본문 |
| 4 | dashboard/overview/page.tsx | root + dashboard layout | overview 본문 |
| 5 | dashboard/settings/page.tsx | root + dashboard layout | settings 본문 |