import { DynamicStaticImg } from './async-image' export default () => { return ( <div> <DynamicStaticImg /> </div> ) }