import React from 'react'; function DatatableEmptyState({ title, description, newButtonText, newButtonUrl, learnMoreButtonText, learnMoreButtonUrl, }) { return (

{ title }

) } export default function ExpensesEmptyState({ }) { return ( ); }