Skip to content

Commit 8029c43

Browse files
committed
update references to PushButton
1 parent c3ab92b commit 8029c43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/views/settings/sections/odds-and-ends.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import type {TopLevelViewPropsType} from '../../types'
77
import {setFeedbackStatus} from '../../../flux/parts/settings'
88
import {connect} from 'react-redux'
99
import {CellToggle} from '../../components/cells/toggle'
10-
import {PushButtonCell} from '../components/push-button'
10+
import {PushButtonCell} from '../../components/cells/push-button'
1111
import {trackedOpenUrl} from '../../components/open-url'
1212

1313
class OddsAndEndsSection extends React.Component {

source/views/settings/sections/support.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import type {TopLevelViewPropsType} from '../../types'
66
import Communications from 'react-native-communications'
77
import DeviceInfo from 'react-native-device-info'
88
import {version} from '../../../../package.json'
9-
import {PushButtonCell} from '../components/push-button'
9+
import {PushButtonCell} from '../../components/cells/push-button'
1010
import {refreshApp} from '../../../lib/refresh'
1111

1212
export default class SupportSection extends React.Component {

0 commit comments

Comments
 (0)