Files

6 lines
106 B
TypeScript
Raw Permalink Normal View History

import { redirect } from 'next/navigation';
export default function HomePage() {
redirect('/login');
}