Update context/theme-provider.tsx

This commit is contained in:
kleap-admin 2026-01-18 17:28:45 +00:00
parent de1868889f
commit 74e3ffda2e
1 changed files with 0 additions and 1 deletions

View File

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