Skip to content

Commit

Permalink
fix: remove the import error
Browse files Browse the repository at this point in the history
  • Loading branch information
teoh4770 committed Mar 23, 2024
1 parent 845d18f commit 2dde706
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/pages/Landing.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
import { Navbar, HeroSection, AboutSection, TeamSection, ContactSection, SponsorSection, SponsorFAQSection, FooterSection } from '@components';
import {
Navbar,
HeroSection,
AboutSection,
TeamSection,
ContactSection,
SponsorFAQSection,
FooterSection,
} from '@components';

const Landing: React.FC = () => {
return (
Expand All @@ -18,4 +26,4 @@ const Landing: React.FC = () => {
);
};

export { Landing };
export { Landing };

0 comments on commit 2dde706

Please sign in to comment.