# subscription/ ## Files | File | What | When to read | | ---- | ---- | ------------ | | `README.md` | Feature overview and API integration | Understanding subscription flow | | `index.ts` | Feature barrel export | Importing subscription components | ## Subdirectories | Directory | What | When to read | | --------- | ---- | ------------ | | `types/` | TypeScript types for subscription data | Working with subscription types | | `api/` | Subscription API client calls | API integration | | `hooks/` | React hooks for subscription data | Using subscription state | | `components/` | Reusable subscription UI components | Building subscription UI | | `pages/` | Desktop subscription page | Desktop implementation | | `mobile/` | Mobile subscription screen | Mobile implementation | | `constants/` | Subscription plan configurations | Plan pricing and features |