page loading updated

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-01-27 17:46:10 +05:00
parent de2554a2e7
commit 21cb013cd8
2 changed files with 27 additions and 19 deletions

6
app/[locale]/page.tsx Normal file
View File

@@ -0,0 +1,6 @@
import { redirect } from 'next/navigation'
import React from 'react'
export default function Page() {
return redirect('/home')
}