@@ -0,0 +1,6 @@
|
||||
"use client";
|
||||
import { ThemeProvider as NextThemesProvider } from "next-themes";
|
||||
import type { ComponentProps } from "react";
|
||||
export function ThemeProvider(props: ComponentProps<typeof NextThemesProvider>) {
|
||||
return <NextThemesProvider {...props} />;
|
||||
}
|
||||
Reference in New Issue
Block a user