committed by
陈帅
1 changed files with 1 additions and 1 deletions
@ -1,3 +1,3 @@ |
|||
import React from 'react'; |
|||
|
|||
export default props => <div {...props} />; |
|||
export default ({ children }) => <div>{children}</div>; |
|||
|
|||
Loading…
Reference in new issue