class SharePage extends Component {
  componentWillMount() {
    this.props.getCaldavSetting();
  }