@leafage/component
Version:
The React Server Side Render Framework
20 lines (17 loc) • 426 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
*/
import React from 'react';
var App = function App(_ref) {
var Component = _ref.Component,
props = _ref.props;
return /*#__PURE__*/React.createElement(Component, props);
};
export { App as default };