MCPcopy
hub / github.com/yousifamanuel/terraink / AppProvidersProps

Interface AppProvidersProps

src/core/AppProviders.tsx:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { PosterProvider } from "@/features/poster/ui/PosterContext";
3
4interface AppProvidersProps {
5 children: ReactNode;
6}
7
8/**
9 * Wraps the application in all required context providers.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected