import {UserContextType} from "../../types/users.ts"; import {createContext} from "react"; export const UserContext = createContext(undefined);