From f5d022821b16833af582718f42183b998c97d05f Mon Sep 17 00:00:00 2001 From: mukesh13 Date: Wed, 6 Aug 2025 17:44:23 +0530 Subject: [PATCH] Flowchart update --- app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/page.tsx b/app/page.tsx index 87def59..0c4a17a 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,6 +1,6 @@ import PageLayout from "./components/Layout/PageLayout"; import NGSSection from "./components/About/NGSSection"; -import ResearchSection from "./components/research/ResearchSection.jsx"; +import ResearchSection from "./components/research/ResearchSection" import CertificationsSection from "./components/Certifications/CertificationsSection.jsx"; import HeroSection from "./Hero/HeroSection.jsx"; import CTASection from './components/CTA/CTASection';