in src/app/content.js [12:18]
function WidgetContent({children}) { return ( <div> {children} </div> ); }