main #3

Merged
k.karaer merged 6 commits from main into kenan 2026-01-10 12:54:58 +03:00
Showing only changes of commit dd2d7b8379 - Show all commits

View File

@@ -1,8 +1,7 @@
"use client"
import * as React from "react"
import { ThemeProvider as NextThemesProvider } from "next-themes"
import { type ThemeProviderProps } from "next-themes/dist/types"
import { ThemeProvider as NextThemesProvider, type ThemeProviderProps } from "next-themes"
export function ThemeProvider({ children, ...props }: ThemeProviderProps) {
return <NextThemesProvider {...props}>{children}</NextThemesProvider>