Skip to content

Commit cded884

Browse files
authored
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

Lines changed: 0 additions & 2 deletions
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)