Initial commit

This commit is contained in:
2026-02-08 19:34:50 +03:00
commit c5804e3b53
167 changed files with 23898 additions and 0 deletions

View File

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