const DynamicImportComponent = () => { return (
This is a dynamically imported component
) } export default DynamicImportComponent