We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbe8ff2 commit 3ce5e7eCopy full SHA for 3ce5e7e
src/app/page.tsx
@@ -1,6 +1,9 @@
1
export default function Home() {
2
return (
3
- <main>
+ <main className="flex items-center justify-center">
4
+ <header className="text-4xl">
5
+ FollowDiff
6
+ </header>
7
8
</main>
9
0 commit comments