From cfc8617c3b284cd2140fc94a97dc3f154b8776b0 Mon Sep 17 00:00:00 2001 From: kleap-admin Date: Sun, 18 Jan 2026 20:47:48 +0000 Subject: [PATCH] Update context/theme-provider.tsx --- context/theme-provider.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/context/theme-provider.tsx b/context/theme-provider.tsx index 3439ae9..984415a 100644 --- a/context/theme-provider.tsx +++ b/context/theme-provider.tsx @@ -1,5 +1,4 @@ "use client"; -import { ThemeProvider } from "@/context/theme-provider"; import * as React from "react"; import { ThemeProvider as NextThemesProvider } from "next-themes";