import { redirect } from "next/navigation"

export default function EditBioAliasPage() {
  redirect("/user/profile/bio")
}
