import React from 'react' const Center = ({children}) => (
{children}
) export default Center