constructor()

in src/app/activities-content.js [41:44]


  constructor(props) {
    super(props);
    this.state = {};
  }