interface TracesTableProps {} export function TracesTable({}: TracesTableProps) { return <div>TODO: trace table</div>; }