Update context/theme-provider.tsx

This commit is contained in:
kleap-admin 2026-01-18 20:32:04 +00:00
parent f161a2ad73
commit 31b486199e
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";