diff --git a/src/pages/Landing.tsx b/src/pages/Landing.tsx index 73d05a07..56b7115b 100644 --- a/src/pages/Landing.tsx +++ b/src/pages/Landing.tsx @@ -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 ( @@ -18,4 +26,4 @@ const Landing: React.FC = () => { ); }; -export { Landing }; \ No newline at end of file +export { Landing };