mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-25 00:51:12 -05:00
Fix: ThemeProvider useState error
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import { createContext, useContext, useEffect, useState } from "react"
|
import React, { createContext, useContext, useEffect, useState } from "react"
|
||||||
|
|
||||||
type Theme = "dark" | "light" | "system"
|
type Theme = "dark" | "light" | "system"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user