if (isBrowser()) {
    if (isLoggedIn === true) {
      navigate("/app")
      return loader
    }