suna/frontend/src/app/dashboard/(personalAccount)/page.tsx

5 lines
121 B
TypeScript
Raw Normal View History

2025-04-16 01:20:15 +08:00
import { redirect } from 'next/navigation';
2025-04-12 08:04:40 +08:00
2025-04-16 01:20:15 +08:00
export default function PersonalAccountPage() {
redirect('/dashboard');
}