import Head from "next/head";
import Image from "next/image";
import styles from "../styles/Home.module.css";
import { parseBeanCount } from "./api/hello";
import Transaction from "../components/Transaction/Transaction";
import Graph from "../components/Graph/Graph";
import Overview from "../components/Overview/Overview";
export default function Home({statements, stats}) {
return (