diff --git a/dapp/src/pages/LandingPage/SeasonCountdownSection.tsx b/dapp/src/pages/LandingPage/SeasonCountdownSection.tsx index e0dc982a8..8db439e23 100644 --- a/dapp/src/pages/LandingPage/SeasonCountdownSection.tsx +++ b/dapp/src/pages/LandingPage/SeasonCountdownSection.tsx @@ -177,7 +177,7 @@ function LiveTag(props: TagProps) { ) } -function SeasonCountdownSection() { +export default function SeasonCountdownSection() { return ( ) } - -export default SeasonCountdownSection