import Parent from './Parent'; import Child from './Child'; function MyComponent({closeFn}) { return ( } /> ); } export default Parent;