import React from 'react'; const Container = (props) => { return (
{props.children}
); }; export default Container;