---
description: Specifies steps to adapt generated React components to the project structure after initial creation.
globs: packages/ui/src/components/**/*.tsx
---
- After generating, adapt the component to fit our project structure:
- Import
- common shadcn/ui components from @repo/ui/components/ui/
- app specific components from @/components
- Ensure it follows our existing component patterns
- Add any necessary custom logic or state management