UNPKG

228 BJavaScriptView Raw
1import React from 'react';
2export const AppConfigContext = /*#__PURE__*/React.createContext({});
3const AppContext = /*#__PURE__*/React.createContext({
4 message: {},
5 notification: {},
6 modal: {}
7});
8export default AppContext;
\No newline at end of file