Flowchart update

This commit is contained in:
mukesh13
2025-08-06 17:54:07 +05:30
parent bed2bdda31
commit 888c1d764a

View File

@ -1,6 +1,6 @@
import PageLayout from "./components/Layout/PageLayout";
import NGSSection from "./components/About/NGSSection";
import ResearchSection from "./components/research/ResearchSection"
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';