From 155857c790ab74853ad3f3c9ca9878a4603539f6 Mon Sep 17 00:00:00 2001 From: SrIzan10 <66965250+SrIzan10@users.noreply.github.com> Date: Sat, 14 Dec 2024 13:04:30 +0100 Subject: [PATCH] fix: next-themes error --- src/lib/providers/ThemeProvider.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}