diff --git a/src/lib/providers/ThemeProvider.tsx b/src/lib/providers/ThemeProvider.tsx index 4203e6a..93e647b 100644 --- a/src/lib/providers/ThemeProvider.tsx +++ b/src/lib/providers/ThemeProvider.tsx @@ -2,8 +2,8 @@ import * as React from "react" import { ThemeProvider as NextThemesProvider } from "next-themes" -import { type ThemeProviderProps } from "next-themes/dist/types" +import { type ThemeProviderProps } from "next-themes" export function ThemeProvider({ children, ...props }: ThemeProviderProps) { return {children} -} \ No newline at end of file +}