function errorHandler({ error, redirect }) {
if (error) {
return redirect("/index.html");
}
export { errorHandler as default };
//# sourceMappingURL=errorHandler.mjs.map