import React from 'react';
export default function(props) {
let {children} = props;
return <div>{children}</div>;
}