Skip to content

Commit 03af50d

Browse files
feat: create hello world page
1 parent 0e71e38 commit 03af50d

File tree

1 file changed

+7
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)