Update context/theme-provider.tsx
This commit is contained in:
parent
f161a2ad73
commit
31b486199e
|
|
@ -1,4 +1,5 @@
|
|||
"use client";
|
||||
import { ThemeProvider } from "@/context/theme-provider";
|
||||
|
||||
import * as React from "react";
|
||||
import { ThemeProvider as NextThemesProvider } from "next-themes";
|
||||
|
|
|
|||
Loading…
Reference in New Issue