Skip to content

Commit 4389157

Browse files
authored
Merge pull request #21 from https-alok/master
Update Test.jsx
2 parents 712aa0c + 33c730c commit 4389157

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Test.jsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ import React from 'react'
22

33
function Test() {
44
return (
5-
<div>This is test components :)</div>
5+
<div>
6+
<h1>Hello World</h1>
7+
This is test components :)
8+
</div>
9+
610
)
711
}
812

0 commit comments

Comments
 (0)