| 2 | import { PosterProvider } from "@/features/poster/ui/PosterContext"; |
| 3 | |
| 4 | interface AppProvidersProps { |
| 5 | children: ReactNode; |
| 6 | } |
| 7 | |
| 8 | /** |
| 9 | * Wraps the application in all required context providers. |
nothing calls this directly
no outgoing calls
no test coverage detected