import { redirect } from "next/navigation" import { ROUTES } from "@/utils/routes" export default function HomePage() { redirect(ROUTES.DASHBOARD) }