async componentDidMount()

in src/HomePage/index.tsx [28:30]


    async componentDidMount() {
        this.props.history.replace('/');
    }