import React from 'react'; import ToolbarButton from '../widgets/ToolbarButton'; export default function ShellToolbar({ execute, cancel, busy}) { return ( <> Execute Cancel ); }