Fix: ThemeProvider useState error

This commit is contained in:
gpt-engineer-app[bot]
2025-09-28 18:42:42 +00:00
parent 29d56c6279
commit cfdc44d572

View File

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