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