import { createContext } from "react" /** * Context to quickly pass props to the children of {@link RepositoryEditor}. */ export default createContext(null)