import { redirect } from 'next/navigation'; export default function StudioIndex() { redirect('/studio/dashboard'); }