pipedrive / src /app /page.tsx
ppEmiliano's picture
Add full CRM application with HF Spaces Docker deployment
ea8dde3
raw
history blame contribute delete
102 Bytes
import { redirect } from "next/navigation";
export default function Home() {
redirect("/deals");
}