export default function Stats({ chart = null, datas }) { return
{chart ? chart : null}
; }