page loading updated
This commit is contained in:
6
app/[locale]/page.tsx
Normal file
6
app/[locale]/page.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import { redirect } from 'next/navigation'
|
||||
import React from 'react'
|
||||
|
||||
export default function Page() {
|
||||
return redirect('/home')
|
||||
}
|
||||
Reference in New Issue
Block a user