import React from 'react'; import Comp from 'nested_remote/Content'; const Index = (): JSX.Element => { return (

Static Nested Remote

Desc Host component Remote component
This component is from a remote(localhost:3052) which nest a static remote
); }; export default Index;