Flowchart update

This commit is contained in:
mukesh13
2025-08-06 17:44:23 +05:30
parent f8fe957047
commit f5d022821b

View File

@ -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';