import React from 'react'; import { Button, Intent } from '@blueprintjs/core'; import { useHistory } from 'react-router-dom'; import { EmptyStatus } from 'components'; export default function ItemsEmptyStatus() { const history = useHistory(); return ( Here a list of your organization products and services, to be used when you create invoices or bills to your customers or vendors.

} action={ <> } /> ); }