Spaces:
Runtime error
Runtime error
File size: 106 Bytes
8822914 |
1 2 3 4 5 6 |
import { redirect } from 'next/navigation';
export default function Home() {
redirect('/dashboard');
}
|