paradiego
This commit is contained in:
6
node_modules/@mui/private-theming/modern/useTheme/ThemeContext.js
generated
vendored
Normal file
6
node_modules/@mui/private-theming/modern/useTheme/ThemeContext.js
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import * as React from 'react';
|
||||
const ThemeContext = /*#__PURE__*/React.createContext(null);
|
||||
if (process.env.NODE_ENV !== 'production') {
|
||||
ThemeContext.displayName = 'ThemeContext';
|
||||
}
|
||||
export default ThemeContext;
|
||||
Reference in New Issue
Block a user