@leafage/component
Version:
The React Server Side Render Framework
24 lines (19 loc) • 504 B
JavaScript
/**
* @leafage/component v1.3.2
*
* Copyright (c) Leafage.
*
* This source code is licensed under the MIT license found in the
* LICENSE.md file in the root directory of this source tree.
*
* @license MIT
*/
;
Object.defineProperty(exports, '__esModule', { value: true });
var React = require('react');
var App = function App(_ref) {
var Component = _ref.Component,
props = _ref.props;
return /*#__PURE__*/React.createElement(Component, props);
};
exports.default = App;