import styles from './page.module.css' import RecurringCol from './components/RecurringCol' import CenterCol from './components/CenterCol' import RecentTransactions from './components/RecentTransactions' export default function Home() { return ( <>
The demo is best viewed on the Desktop :)
) }