const DynamicImportComponent = () => { return ( <div id="dynamic-component">This is a dynamically imported component</div> ) } export default DynamicImportComponent