diff --git a/app/page.tsx b/app/page.tsx index f241495..ac31017 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,7 +1,8 @@ export default function Home() { + const title: number = "hello"; return (
-

hello

+

{title}

Something small is on the way.

);