Hello World

June 18, 2024 (3mo ago)

I'm working on my blogs, sorry for the inconvenience.

if (isDeveloping) {
  return <h1>Hello World!</h1>;
}