diff --git a/components/ThemeProvider.tsx b/components/ThemeProvider.tsx index b0ff266..3bc117a 100644 --- a/components/ThemeProvider.tsx +++ b/components/ThemeProvider.tsx @@ -1,8 +1,7 @@ "use client"; import * as React from "react"; -import { ThemeProvider as NextThemesProvider } from "next-themes"; -import { type ThemeProviderProps } from "next-themes/dist/types"; +import { ThemeProvider as NextThemesProvider, type ThemeProviderProps } from "next-themes"; export function ThemeProvider({ children, ...props }: ThemeProviderProps) { return {children};