import * as React from 'react'; import Paper from 'material-ui/Paper'; import './Container.css'; export default (props: {style?: any, children: any}) => (
{props.children}
);