Skip to content

Commit

Permalink
Merge pull request #129 from LaurierHawkHacks/fix-section-import
Browse files Browse the repository at this point in the history
Fix section imports
  • Loading branch information
juancwu authored Mar 11, 2024
2 parents a7d4994 + 6897532 commit 01e0032
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';
2 changes: 1 addition & 1 deletion src/pages/Landing.tsx
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down

0 comments on commit 01e0032

Please sign in to comment.