Skip to content

Commit

Permalink
fix: pr fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dzienisz committed Dec 26, 2024
1 parent 5f370b9 commit f9474b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/theme-provider.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use client';

import * as React from 'react';
import { ThemeProvider as NextThemesProvider, ThemeProviderProps } from 'next-themes';
import { ThemeProvider as NextThemesProvider, type ThemeProviderProps } from 'next-themes';

export function ThemeProvider({ children, ...props }: ThemeProviderProps) {
return <NextThemesProvider {...props}>{children}</NextThemesProvider>;
Expand Down

0 comments on commit f9474b7

Please sign in to comment.