Skip to content

Commit

Permalink
edit: home component
Browse files Browse the repository at this point in the history
  • Loading branch information
Clue355 committed Feb 5, 2024
1 parent 7280bd6 commit b8c6728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default function Home() {
return (
<main className="flex min-h-screen flex-col items-center justify-between p-24">
<h1>Hello Shashi</h1>
<h2>something</h2>
<h2></h2>
</main>
);
}

0 comments on commit b8c6728

Please sign in to comment.