import { redirect } from 'next/navigation'; export default function GoalPage() { redirect('/studio/donation/goal/list'); }