Merge version_2 into main #4
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user