import { Contract } from '../lib/firebase/contracts' export const ContractOverview = (props: { contract: Contract }) => { const { contract } = props return (