Skip to content

Commit

Permalink
Fix import for banner
Browse files Browse the repository at this point in the history
  • Loading branch information
olehmell committed Nov 29, 2023
1 parent eaf1ff9 commit 04b186e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/main/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { GetHomePageData } from 'src/graphql/__generated__/GetHomePageData'
import { getInitialPropsWithRedux } from 'src/rtk/app'
import { PostKind } from 'src/types/graphql-global-types'
import { useIsSignedIn } from '../auth/MyAccountsContext'
import GetSubBanner from '../utils/banners/CreatorStakingBanner'
import GetSubBanner from '../utils/banners/GetSubBanner'
import Section from '../utils/Section'
import style from './HomePage.module.sass'
import { dateFilterOpt, Filters, PostFilterView, SpaceFilterView } from './HomePageFilters'
Expand Down

0 comments on commit 04b186e

Please sign in to comment.