aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/CompactTable/CompactTable.tsx
blob: 153d5ea25b41f79ab56723eb61986a8a5a80ee60 (plain) (blame)
1
2
3
4
5
6
7
8
9
interface CompactTableProps{
    subs: number[];
    milestone: string[];
  }

const CompactTable = (props: CompactTableProps) => {

}
export default CompactTable;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage