Rohit Dalal

Results 1 comments of Rohit Dalal

here is what i did (suggestions & improvements are welcome) ``` //providers/theme-provider.tsx 'use client'; import { ThemeProvider as NextThemesProvider } from 'next-themes'; import { type ThemeProviderProps } from 'next-themes/dist/types'; import...