mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-25 23:03:36 +01:00
8 lines
228 B
JavaScript
Vendored
8 lines
228 B
JavaScript
Vendored
import React from 'react';
|
|
export var ReactReduxContext = /*#__PURE__*/React.createContext(null);
|
|
|
|
if (process.env.NODE_ENV !== 'production') {
|
|
ReactReduxContext.displayName = 'ReactRedux';
|
|
}
|
|
|
|
export default ReactReduxContext; |