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