fix: Address second code review findings (test isolation, frontend type safety)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { createContext, useContext, useEffect, useState } from "react"
|
||||
import { AuthService } from "@/services/auth"
|
||||
|
||||
type Theme = "light" | "dark"
|
||||
export type Theme = "light" | "dark"
|
||||
|
||||
interface ThemeContextType {
|
||||
theme: Theme
|
||||
|
||||
Reference in New Issue
Block a user