Skip to content

Commit 249d039

Browse files
committed
adding some dummy content to landing page
1 parent de6978f commit 249d039

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

app/page.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export default function Home() {
22
return (
33
<div>
4-
<main></main>
4+
<main><p>123</p></main>
55
<footer></footer>
66
</div>
77
);

app/pages/index.js

Whitespace-only changes.

0 commit comments

Comments
 (0)