({ children, ...props }: ThemeProviderProps)
| 7 | } from 'next-themes' |
| 8 | |
| 9 | export function ThemeProvider({ children, ...props }: ThemeProviderProps) { |
| 10 | return <NextThemesProvider {...props}>{children}</NextThemesProvider> |
| 11 | } |
nothing calls this directly
no outgoing calls
no test coverage detected