Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-01-22 21:16:02 +04:00
parent 3b4f77c5e8
commit d5e6d11845

View File

@@ -47,7 +47,7 @@ function ErrorBoundary() {
return <Navigate to="/auth/login" />;
}
return <PageError error={error instanceof Error ? error : new Error("unkown error")} />;
return <PageError error={error instanceof Error ? error : new Error("unknown error")} />;
}
const routes = [