diff --git a/src/components/index.tsx b/src/components/index.tsx index 8c9e585a..9b6e93b1 100644 --- a/src/components/index.tsx +++ b/src/components/index.tsx @@ -16,4 +16,5 @@ export { HeroSection } from "./sections/Hero.section" export { AboutSection } from './sections/About.section'; export { TeamSection } from './sections/Team.section'; export { ContactSection } from './sections/Contact.section'; +export { SponsorSection } from './sections/Sponsor.section'; export { FooterSection } from './sections/Footer.section'; \ No newline at end of file diff --git a/src/pages/Landing.tsx b/src/pages/Landing.tsx index 9c5e016e..7fad892d 100644 --- a/src/pages/Landing.tsx +++ b/src/pages/Landing.tsx @@ -1,4 +1,4 @@ -import { Navbar, HeroSection, AboutSection, TeamSection, ContactSection, FooterSection } from '@components'; +import { Navbar, HeroSection, AboutSection, TeamSection, ContactSection, SponsorSection, FooterSection } from '@components'; const Landing: React.FC = () => { return (