Skip to content

Commit 587c976

Browse files
authored
Update paragraph.js
1 parent b2c5d40 commit 587c976

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/nested-components/components/paragraph.js

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

0 commit comments

Comments
 (0)