import React from 'react' function CustomComponent() { return ( <div> <h1>the content of a dynamic component</h1> </div> ) } export default CustomComponent