first commit
This commit is contained in:
8
frontend/node_modules/antd/es/app/context.js
generated
vendored
Normal file
8
frontend/node_modules/antd/es/app/context.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import React from 'react';
|
||||
export const AppConfigContext = /*#__PURE__*/React.createContext({});
|
||||
const AppContext = /*#__PURE__*/React.createContext({
|
||||
message: {},
|
||||
notification: {},
|
||||
modal: {}
|
||||
});
|
||||
export default AppContext;
|
||||
Reference in New Issue
Block a user