website refactor
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { notFound } from 'next/navigation';
|
||||
import { RacesAllPageQuery } from '@/lib/page-queries/races/RacesAllPageQuery';
|
||||
import { RacesAllPageClient } from './RacesAllPageClient';
|
||||
import { RacesAllPageClient } from '@/client-wrapper/RacesAllPageClient';
|
||||
|
||||
export default async function Page() {
|
||||
// Execute the PageQuery
|
||||
|
||||
Reference in New Issue
Block a user