File size: 238 Bytes
fea495a | 1 2 3 4 5 6 7 | import React from 'react';
export const AmpStateContext = React.createContext({});
if (process.env.NODE_ENV !== 'production') {
AmpStateContext.displayName = 'AmpStateContext';
}
//# sourceMappingURL=amp-context.shared-runtime.js.map |