File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
source/views/settings/sections Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import type {TopLevelViewPropsType} from '../../types'
77import { setFeedbackStatus } from '../../../flux/parts/settings'
88import { connect } from 'react-redux'
99import { CellToggle } from '../../components/cells/toggle'
10- import { PushButtonCell } from '../components/push-button'
10+ import { PushButtonCell } from '../../ components/cells /push-button'
1111import { trackedOpenUrl } from '../../components/open-url'
1212
1313class OddsAndEndsSection extends React . Component {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import type {TopLevelViewPropsType} from '../../types'
66import Communications from 'react-native-communications'
77import DeviceInfo from 'react-native-device-info'
88import { version } from '../../../../package.json'
9- import { PushButtonCell } from '../components/push-button'
9+ import { PushButtonCell } from '../../ components/cells /push-button'
1010import { refreshApp } from '../../../lib/refresh'
1111
1212export default class SupportSection extends React . Component {
You can’t perform that action at this time.
0 commit comments