We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 587c976 commit cded884Copy full SHA for cded884
examples/nested-components/components/post.js
@@ -1,5 +1,3 @@
1
-import React from 'react'
2
-
3
export default ({ title, children }) => (
4
<div className='main'>
5
<h1>{ title }</h1>
0 commit comments