export default function Termek(params) { const { id, megnevezes, ar } = params.element; return (
{megnevezes}

{id}

{ar}

text

) }