From dc511875965f849fbb0060f8432d7083cf1b111f Mon Sep 17 00:00:00 2001 From: Steven Sarmiento Date: Fri, 16 Jul 2021 17:57:02 -0700 Subject: [PATCH] Add files via upload --- pages/ContributionPage.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pages/ContributionPage.tsx b/pages/ContributionPage.tsx index e516de3..bcc6975 100644 --- a/pages/ContributionPage.tsx +++ b/pages/ContributionPage.tsx @@ -1,19 +1,21 @@ import ContributionModal from '../components/ContributionModal' -import PoolInfoCards from '../components/PoolInfoCards' +import FooterSection from '../components/FooterSection' import HeroSection from '../components/HeroSection' import LandingContent from '../components/LandingContent' +import NavBarBeta from '../components/NavBarBeta' const ContributionPage = () => { return ( <> + -
+ ) }