• pages → url 기준 페이지
  • src
    • app.components → feature 들이 공유하는 component
    • app.feature
      • user
        • components
        • screens
        • constants
      • home
        • components
        • screens
        • constants
    • app.modules → app 전체에서 쓰이는 것들
      • api
      • assets
      • constants
      • hooks
      • utils
      • store …등등
  • styles