From 089e459285d72c397d65f6441fbeb938d0adc8cc Mon Sep 17 00:00:00 2001 From: samir Date: Wed, 20 Aug 2025 08:44:44 +0000 Subject: [PATCH] fix CNNVIDEO module name typo --- src/app/page.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.jsx b/src/app/page.jsx index f06f12b..d94f1a5 100644 --- a/src/app/page.jsx +++ b/src/app/page.jsx @@ -17,7 +17,7 @@ import NewFeatures2 from '@/components/NewFeatures2' import Activities from '@/components/Activities' import Boats from '@/components/Boats' import Carousel from '@/components/Carousel' -import CnnVideo from '@/components/CnnVideo' +import CnnVideo from '@/components/CNNVIDEO' export default function Home() {