Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
File size: 106 Bytes
f555806 |
1 2 3 4 5 6 |
import { redirect } from 'next/navigation';
export default function Home() {
redirect('/dashboard');
}
|