The Second Post

Hello world!

This is a test I love using Next.js

Does this not work?

By why does it not work?

  • Look
  • At
  • Me!

  1. This
  2. Should
  3. Be
const sum: number = 1 + 2;
function foo(bar: string) {
  if (!bar) {
    return null;
  }
  return (
    <div>
      <p>{bar}</p>
    </div>
  );
}

Last Updated

6/30/2023

The Second Test with More - B-Hash Blog