6 lines
127 B
TypeScript
6 lines
127 B
TypeScript
import { permanentRedirect } from 'next/navigation'
|
|
|
|
export default function GermanHomeRedirect() {
|
|
permanentRedirect('/')
|
|
}
|