aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/components/theme-provider.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/theme-provider.tsx')
-rw-r--r--frontend/src/components/theme-provider.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/theme-provider.tsx b/frontend/src/components/theme-provider.tsx
index ab9d9da..d6e536b 100644
--- a/frontend/src/components/theme-provider.tsx
+++ b/frontend/src/components/theme-provider.tsx
@@ -3,7 +3,7 @@
import * as React from "react"
import { ThemeProvider as NextThemesProvider } from "next-themes"
import type { ThemeProviderProps } from "next-themes"
-
+
export function ThemeProvider({ children, ...props }: ThemeProviderProps) {
return <NextThemesProvider {...props}>{children}</NextThemesProvider>
} \ No newline at end of file