import React from "react"; const RegistryPathContext = React.createContext("/registry.json"); export default RegistryPathContext;