mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-12-29 16:16:05 +00:00
update
This commit is contained in:
7
web2/app/components/theme-provider.tsx
Normal file
7
web2/app/components/theme-provider.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
'use client'
|
||||
|
||||
import { ThemeProvider as NextThemesProvider } from "next-themes";
|
||||
|
||||
export function ThemeProvider({ children }: { children: React.ReactNode }) {
|
||||
return <NextThemesProvider>{children}</NextThemesProvider>;
|
||||
}
|
||||
Reference in New Issue
Block a user