Skip to content

Commit

Permalink
feat(sofi-banner): remove unnecc imports
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLeoB committed Dec 22, 2023
1 parent 16875f3 commit da32029
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { connect, ConnectedProps } from 'react-redux'
import { replace } from 'ramda'
import { bindActionCreators, Dispatch } from 'redux'

import Sofi from '@core/network/api/sofi'
import Alerts from 'components/Alerts'
import Announcements from 'components/Announcements'
import { SofiBanner, UkBanner, UkFooterBanner } from 'components/Banner'
Expand Down Expand Up @@ -71,7 +70,6 @@ const WalletLayout: Props = ({
<MenuTop />
<SofiBanner />
<UkBanner />
{/* put sofi banner here */}
<Announcements type='service' alertArea='wallet' />
<Announcements type='static' />
</Nav>
Expand Down

0 comments on commit da32029

Please sign in to comment.