diff --git a/components/brave_rewards/resources/page/components/settingsPage.tsx b/components/brave_rewards/resources/page/components/settingsPage.tsx index c96b5d391eb8..d2850830c023 100644 --- a/components/brave_rewards/resources/page/components/settingsPage.tsx +++ b/components/brave_rewards/resources/page/components/settingsPage.tsx @@ -19,7 +19,6 @@ import AdsBox from './adsBox' import ContributeBox from './contributeBox' import TipBox from './tipsBox' import MonthlyContributionBox from './monthlyContributionBox' -import QRBox from './qrBox' // Utils import * as rewardsActions from '../actions/rewards_actions' @@ -293,7 +292,6 @@ class SettingsPage extends React.Component { onTOSClick={this.openTOS} onPrivacyClick={this.openPrivacyPolicy} /> -