import React from 'react' import { CWidgetDropdown, CRow, CCol, CDropdown, CDropdownMenu, CDropdownItem, CDropdownToggle } from '@coreui/react' import CIcon from '@coreui/icons-react' import ChartLineSimple from '../charts/ChartLineSimple' import ChartBarSimple from '../charts/ChartBarSimple' const WidgetsDropdown = () => { // render return ( } > Action Another action Something else here... Disabled action } > Action Another action Something else here... Disabled action } > Action Another action Something else here... Disabled action } > Action Another action Something else here... Disabled action ) } export default WidgetsDropdown