function Cell({value,onClick,highlight}:{value:string,onClick:()=>void,highlight:boolean}){ return
{value}
; }