liquid-funding/app/components/Dashboard.jsx

11 lines
186 B
React
Raw Normal View History

2018-12-16 17:59:33 +00:00
import React from 'react'
import InfoCard from './dashboard/InfoCard'
const Dashboard = () => (
<div>
<InfoCard title="Pledge Allocations" />
</div>
)
export default Dashboard