function Featured({ onOpen }) { const mobile = useMobile(); return ( ); } window.Featured = Featured;