Initial commit for Start9 packaging
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { redirect } from 'next/navigation';
|
||||
|
||||
export default function Home() {
|
||||
redirect('/main/dashboard');
|
||||
}
|
||||
Reference in New Issue
Block a user