({ children, ...props }: ThemeProviderProps)
| 17 | }; |
| 18 | |
| 19 | export function ThemeProvider({ children, ...props }: ThemeProviderProps) { |
| 20 | return <NextThemesProvider {...props}>{children}</NextThemesProvider>; |
| 21 | } |
nothing calls this directly
no outgoing calls
no test coverage detected