---
description: Guidelines for organizing code structure and utilizing custom hooks.
globs: **/src/**/*.*
- Follow a consistent folder structure (e.g., components, hooks, pages, services).
- Use custom hooks to encapsulate and reuse logic.