import React from 'react' const App = () => { const wanted = 5; return ( <>
Szavazatok
{ wanted > 5 ?

Akarjuk

:

Nem

} ) } export default App