mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-04-28 06:00:40 +00:00
update
This commit is contained in:
@@ -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