import React from 'react'; export default function DynamicComponent() { return
I am a dynamically loaded component
; }