website refactor

This commit is contained in:
2026-01-20 01:30:17 +01:00
parent 30a31dc44f
commit 3556db494f
6 changed files with 210 additions and 162 deletions

View File

@@ -1,5 +1,5 @@
import { notFound } from 'next/navigation';
import { LeaguesPageClient } from '@/client-wrapper/LeaguesPageClient';
import { LeaguesPageClient } from './LeaguesPageClient';
import { LeaguesPageQuery } from '@/lib/page-queries/LeaguesPageQuery';
export default async function Page() {