import * as React from 'react';
export default function Container({children}) {
return <div>{children}</div>;
}