import * as React from "react";

export const ConfigurationContext = React.createContext<any>(null);
