export default function Home(): React.ReactElement {
  return (
    <main>
      <h1>{{NAME_PASCAL}}</h1>
    </main>
  );
}
