This is my home page:
function Home (): JSX.Element {
return (
<div>
Test
</div>
)
}
export default Home
Do I really need to put JSX.Element there on every single page? Seems daunting.
My TS complains about it here: 1:1 error Missing return type on function @hazy maple-eslint/explicit-function-return-type