fix: conflict and add redirect

This commit is contained in:
BoboiAzumi
2025-08-18 12:24:41 +07:00
51 changed files with 2095 additions and 11 deletions
@@ -0,0 +1,6 @@
import { redirect } from 'next/navigation';
export default function Page() {
redirect('https://forms.gle/fNzQWSdqXoyFsf8V6');
return null;
}