1importtype{Command}from'../../commands.js' 2 3constmobile={ 4type:'local-jsx', 5name:'mobile', 6aliases:['ios','android'], 7description:'Show QR code to download the Claude mobile app', 8load:()=>import('./mobile.js'), 9}satisfiesCommand1011exportdefaultmobile