src/ ├── features/ │ └── calendar/ │ ├── calendar.tsx # Main entry point component. Fetches data and wraps the app in providers. │ ├── contexts/ │ │ ├── calendar-context.tsx # Core state management ...