import { createContext } from "react"; import type { Project } from "../../../shared/api"; export const ProjectContext = createContext(null);