Skip to content
This repository was archived by the owner on May 8, 2018. It is now read-only.

Commit ed4f594

Browse files
committed
feat(common): add component to render
feat(common): add component to render
1 parent f995b40 commit ed4f594

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

src/common/index.jsx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
import React from 'react'
2+
3+
const Root = () => {
4+
return (
5+
<div>
6+
<h1>Hello world!</h1>
7+
</div>
8+
)
9+
}
10+
11+
export default Root

0 commit comments

Comments
 (0)