first commit
This commit is contained in:
7
frontend/node_modules/antd/es/layout/context.js
generated
vendored
Normal file
7
frontend/node_modules/antd/es/layout/context.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import * as React from 'react';
|
||||
export const LayoutContext = /*#__PURE__*/React.createContext({
|
||||
siderHook: {
|
||||
addSider: () => null,
|
||||
removeSider: () => null
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user