working first spec
This commit is contained in:
parent
433de53f74
commit
bf34c33534
|
@ -1,12 +1,15 @@
|
||||||
import { FundBar } from '../../widgets/FundBar'
|
import { FundBar } from '../../widgets/FundBar'
|
||||||
import { Page } from '../../layout/Page'
|
import { Page } from '../../layout/Page'
|
||||||
import './style.scss'
|
|
||||||
import { useAccounts } from '../../hooks/getMany/useAccounts'
|
import { useAccounts } from '../../hooks/getMany/useAccounts'
|
||||||
|
|
||||||
|
import './style.scss'
|
||||||
|
|
||||||
export const Dashboard = () => {
|
export const Dashboard = () => {
|
||||||
const accounts = useAccounts()
|
const accounts = useAccounts()
|
||||||
if (!accounts.data) return <div>loading...</div>
|
if (!accounts.data) return <div>loading...</div>
|
||||||
|
|
||||||
|
// TODO: Month select
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Page>
|
<Page>
|
||||||
<h1>Remaining Balances</h1>
|
<h1>Remaining Balances</h1>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user