import { redirect } from "next/navigation" export default function ProdutosPage() { redirect("/comprar") }