import { redirect } from 'next/navigation'; export default function DashboardPetsPage() { redirect('/dashboard?tab=pets'); }