MCPcopy Create free account
hub / github.com/code100x/daily-code / ThemeProvider

Function ThemeProvider

apps/web/components/Providers.tsx:19–21  ·  view source on GitHub ↗
({ children, ...props }: ThemeProviderProps)

Source from the content-addressed store, hash-verified

17};
18
19export function ThemeProvider({ children, ...props }: ThemeProviderProps) {
20 return <NextThemesProvider {...props}>{children}</NextThemesProvider>;
21}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected