function errorHandler({ error, redirect }) {
  if (error) {
    return redirect("/index.html");
  }
}

export { errorHandler as default };
//# sourceMappingURL=errorHandler-CbUFZXp5.mjs.map