This commit is contained in:
2026-01-28 02:31:48 +03:00
commit 73c2a2a2e7
169 changed files with 23881 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
import { redirect } from 'next/navigation';
export default async function Page() {
redirect('/home');
}