constructor()

in app/templates/src/hub/hub.tsx [19:25]


  constructor(props: {}) {
    super(props);
    this.state = {
      dialogShown: false,
      panelShown: false
    };
  }