Skip to content

Commit

Permalink
Update export directive
Browse files Browse the repository at this point in the history
  • Loading branch information
kpyszkowski committed Apr 16, 2024
1 parent ff59bb6 commit 61a9503
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dapp/src/pages/LandingPage/SeasonCountdownSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ function LiveTag(props: TagProps) {
)
}

function SeasonCountdownSection() {
export default function SeasonCountdownSection() {
return (
<Box position="relative">
<VStack
Expand All @@ -202,5 +202,3 @@ function SeasonCountdownSection() {
</Box>
)
}

export default SeasonCountdownSection

0 comments on commit 61a9503

Please sign in to comment.