Skip to content

Commit

Permalink
Fix Build Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhils4 committed Nov 18, 2024
1 parent 267a038 commit 35cf6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion context/theme-provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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 <NextThemesProvider {...props}>{children}</NextThemesProvider>;
Expand Down

0 comments on commit 35cf6f0

Please sign in to comment.