Files
erp-nutzfahrzeuge/frontend/app/page.tsx
T

6 lines
106 B
TypeScript
Raw Normal View History

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