import Chart from "./Chart"; import Head from "./Head"; function AmountOfIncome({ data, loading }) { return (
); } export default AmountOfIncome;