diff --git a/src/app/page.tsx b/src/app/page.tsx index 5daf342..842c96b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,7 +14,7 @@ import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import dynamic from 'next/dynamic'; -const ChessGame = dynamic(() => import('@/components/game/ChessGame'), { ssr: false }); +const ChessGame = dynamic(() => import('@/components/game/ChessGame/ChessGame'), { ssr: false }); export default function LandingPage() { return (