page.tsx 102 B

12345
  1. import { redirect } from 'next/navigation'
  2. export default function Home() {
  3. redirect('/position')
  4. }