Skip to content

Commit f02d277

Browse files
committed
updated hello world!
1 parent bf720b2 commit f02d277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ function App() {
44

55
return (
66
<>
7-
<h1>Hello World</h1>
7+
<h1>Hello World!</h1>
88
</>
99
)
1010
}

0 commit comments

Comments
 (0)