Загрузка данных


  return (
    <Typography
      className={styles.categoryTree}
      fontSize={"0.94rem"}
      marginBottom={0.5}
    >
      {path.map((item) => item.name).join(" -> ")}
    </Typography>
  );