Update ThemeContext.tsx

This commit is contained in:
alorig
2025-11-18 22:19:31 +05:00
parent 7ff73122c7
commit bb7af0e866

View File

@@ -1,7 +1,4 @@
"use client";
import type React from "react";
import { createContext, useState, useContext, useEffect } from "react";
import React, { createContext, useState, useContext, useEffect } from "react";
type Theme = "light" | "dark";