From 2dde7066503041408c53841b36048964e4a5c3ad Mon Sep 17 00:00:00 2001 From: Chee Kian Teoh Date: Sat, 23 Mar 2024 00:26:07 -0400 Subject: [PATCH] fix: remove the import error --- src/pages/Landing.tsx | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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 };