import React from 'react' function CustomComponent() { return (

the content of a dynamic component

) } export default CustomComponent