import { redirect } from "next/navigation";

const Brands = () => {
  redirect("/");
};

export default Brands;
