github.com/turbot/steampipe@v1.7.0-rc.0.0.20240517123944-7cef272d4458/ui/dashboard/src/components/EmptyDashboardListCallToAction/index.tsx (about) 1 const EmptyDashboardListCallToAction = () => ( 2 <span>No dashboards defined.</span> 3 ); 4 5 export default EmptyDashboardListCallToAction;