We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c60208e commit 91fd2f4Copy full SHA for 91fd2f4
src/components/theme-provider.tsx
@@ -1,7 +1,7 @@
1
'use client';
2
3
import { ThemeProvider as NextThemesProvider } from 'next-themes';
4
-import type { ThemeProviderProps } from 'next-themes/dist/types';
+import type { ThemeProviderProps } from 'next-themes';
5
import * as React from 'react';
6
7
export function ThemeProvider({ children, ...props }: ThemeProviderProps) {
0 commit comments