View React Component
import React from 'react' | |
function Component({children}) { | |
return ( | |
{children} | |
) | |
} | |
export default Component; |