From ccf3df6947eb32c1bfbc3a1f3c6b6170238a3ff4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 23:40:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 842c96b..5daf342 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/ChessGame'), { ssr: false }); +const ChessGame = dynamic(() => import('@/components/game/ChessGame'), { ssr: false }); export default function LandingPage() { return ( -- 2.49.1