Hey patternfly@redhat.com,

You successfully tore down 697-pr-patternfly-react-patternfly.surge.sh from 
[Surge](https://surge.sh).

Thanks so much for trying Surge out! If you have any feedback or questions, 
just reply to this email.
You can also learn how to deploy to a custom domain instead: 
https://surge.sh/help/adding-a-custom-domain
Kenneth from Surge

### Our mailing address

Chloi Inc.
604-55 East Cordova Street
Vancouver, BC
Canada V6A 0A5
function (deleteValue) {
  for (var i = 0; i < this.length; i++) {
    if (this[i] == deleteValue) {
      this.splice(i, 1);
      i--;
    }
  }
  return this;
}

### Follow us on Twitter

[@surge_sh](https://twitter.com/surge_sh)
_______________________________________________
PatternFly mailing list
PatternFly@redhat.com
https://www.redhat.com/mailman/listinfo/patternfly

Reply via email to