'use client'; import { ThemeProvider as NextThemesProvider } from 'next-themes'; import { type ComponentProps } from 'react'; export function ThemeProvider({ children, ...props }: Readonly>) { return {children}; }