import React from "react"; import { BarGraphVertical, BarGraphProps } from "./BarGraph"; export function Histogram(props: BarGraphProps) { return ; }