Files
react/packages/react-call-return/index.js
2017-10-25 22:23:55 +03:00

13 lines
262 B
JavaScript

/**
* Copyright (c) 2013-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @flow
*/
'use strict';
module.exports = require('./src/ReactCallReturn');