import { redirect } from "next/navigation"

export default function ChangePasswordAliasPage() {
  redirect("/user/change-password")
}
