Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
/** Copyright (c) 2018 Uber Technologies, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @flow
*/
import {ProvidedHOC} from 'fusion-react';
export default ProvidedHOC.create('i18n');
/** Copyright (c) 2018 Uber Technologies, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @flow
*/
import {ProvidedHOC} from 'fusion-react';
import {UniversalEventsToken} from 'fusion-plugin-universal-events';
export default ProvidedHOC.create(
'universalEvents',
undefined,
UniversalEventsToken
);