import { redirect } from "next/navigation"

export default function EditProfileAliasPage() {
  redirect("/user/profile/edit")
}
