Skip to content

Commit cded884

Browse files
authoredDec 20, 2016
Update post.js
1 parent 587c976 commit cded884

File tree

1 file changed

+0
-2
lines changed
  • examples/nested-components/components

1 file changed

+0
-2
lines changed
 

‎examples/nested-components/components/post.js

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import React from 'react'
2-
31
export default ({ title, children }) => (
42
<div className='main'>
53
<h1>{ title }</h1>

0 commit comments

Comments
 (0)
Please sign in to comment.