import React from 'react'; export const LazyComponent = () => { return ( inner content ); }; export default LazyComponent;