Hello world!
This is a test I love using Next.js
Does this not work?
By why does it not work?
- Look
- At
- Me!
- This
- Should
- Be
const sum: number = 1 + 2;
function foo(bar: string) {
if (!bar) {
return null;
}
return (
<div>
<p>{bar}</p>
</div>
);
}