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