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