1 2 3 4 5 6 7 8 9
export default function NoData() { return ( <> <div className="block bg-white-500 border border-gray-200 rounded-lg shadow"> <div>No data</div> </div> </> ) }