fix: types in ThemeProvider (to main)

fix: types in ThemeProvider (to main)
This commit is contained in:
dvelo 2024-11-23 18:31:30 -06:00 committed by GitHub
commit 6528152e12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -32,7 +32,7 @@
import * as React from "react";
import { ThemeProvider as NextThemesProvider, useTheme } from "next-themes";
import { type ThemeProviderProps } from "next-themes/dist/types";
import { type ThemeProviderProps } from "next-themes";
declare global {
interface Document {