import React from 'react' import styles from './dashboard.module.css' import Bank from './Bank' import Graph from './Graph' import { AiOutlineBank } from 'react-icons/ai'; import { BiRupee } from 'react-icons/bi'; export default function Dashboard() { return (
Banks
Total Balance
3,49,904
↑20% compared to previous month
) }