After you start adding Data Routes, they will appear here.
Check the documentation for help.
<HvEmptyStatetitle="No data routes"message="After you start adding Data Routes, they will appear here."action="Check the documentation for help."icon={<HvIconInfo/>}/>
Action links
You can specify any content as the message or action. This can be a button, a link, or any other component that you want to use to guide the user to the next step.
<HvEmptyStatetitle="No visualization data available"icon={<BarChart/>}action={<divclassName="flex flex-col gap-1 items-center"><HvButtonvariant="secondarySubtle">Upload data</HvButton><HvTypographylinkcomponent="a"href="#"> Back to homepage</HvTypography></div>}/>