MCPcopy Create free account
hub / github.com/Seanium/ChatMap / ThemeProvider

Function ThemeProvider

components/theme-provider.tsx:9–11  ·  view source on GitHub ↗
({ children, ...props }: ThemeProviderProps)

Source from the content-addressed store, hash-verified

7} from 'next-themes'
8
9export function ThemeProvider({ children, ...props }: ThemeProviderProps) {
10 return <NextThemesProvider {...props}>{children}</NextThemesProvider>
11}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected