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