import * as React from "react";

export const ComponentsMapContext = React.createContext(null);
