6 lines
98 B
JavaScript

const title = "Neem contact op";
async function action() {
return <Contact title={title} />;
}