export function AsyncMacrosPieChart(props: MacrosPieChartProps) {
  return (
    <LoadableComponent
      load={() => import("./MacrosPieChart")}
      component="MacrosPieChart"