import { FunctionComponent } from 'react'; interface Props { host: string; } const FeaturedProvider: FunctionComponent< Props > = ( { host } ) => { return