"use client"; import { ThemeProvider } from "next-themes"; export function Themes({ children }: { children: React.ReactNode }) { return {children}; }