Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
Remove unused import (#2108)
Browse files Browse the repository at this point in the history
Co-authored-by: Marcus Pasell <rickyrombo@users.noreply.github.com>
  • Loading branch information
rickyrombo and rickyrombo authored Oct 7, 2022
1 parent 70c822e commit ec8a713
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ import {
} from 'services/audius-backend/BuyAudio'

const { getAudioPurchaseInfo } = buyAudioSelectors
const { calculateAudioPurchaseInfo, onRampOpened, onRampSucceeded } =
buyAudioActions
const { onRampOpened, onRampSucceeded } = buyAudioActions

const STRIPE_PUBLISHABLE_KEY =
process.env.REACT_APP_STRIPE_CLIENT_PUBLISHABLE_KEY
Expand Down

0 comments on commit ec8a713

Please sign in to comment.