Skip to content

Commit 91fd2f4

Browse files
committed
theme fixes
1 parent c60208e commit 91fd2f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/theme-provider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use client';
22

33
import { ThemeProvider as NextThemesProvider } from 'next-themes';
4-
import type { ThemeProviderProps } from 'next-themes/dist/types';
4+
import type { ThemeProviderProps } from 'next-themes';
55
import * as React from 'react';
66

77
export function ThemeProvider({ children, ...props }: ThemeProviderProps) {

0 commit comments

Comments
 (0)