Skip to content

Commit 3fe8a62

Browse files
committed
added contact us page
1 parent 16ad1ca commit 3fe8a62

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

frontend/src/pages/contact-us.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
export default function ContactUs() {
2+
return <div>
3+
<h1>Hello world</h1>
4+
</div>
5+
6+
}

0 commit comments

Comments
 (0)