import React from "react"; export function DisplayElement({element}){ return(

{`${element.name}`}

{`Karma: ${1}`}

) }