Update context/theme-provider.tsx

This commit is contained in:
kleap-admin 2026-01-18 17:17:40 +00:00
parent fda8bfb5b4
commit 79b507dd0a
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
"use client";
import { ThemeProvider } from "@/context/theme-provider";
import * as React from "react";
import { ThemeProvider as NextThemesProvider } from "next-themes";