import * as React from 'react'; import './Container.css'; export default ({children}: {children: any}) => (
{children}
);