|
|
|
@ -7,8 +7,8 @@ import TextField from '../../../components/ui/text-field'; |
|
|
|
|
import Button from '../../../components/ui/button'; |
|
|
|
|
import { MOBILE_SYNC_ROUTE } from '../../../helpers/constants/routes'; |
|
|
|
|
|
|
|
|
|
import { getPlatform } from '../../../../app/scripts/lib/util'; |
|
|
|
|
import { PLATFORM_FIREFOX } from '../../../../shared/constants/app'; |
|
|
|
|
import { getPlatform } from '../../../../../app/scripts/lib/util'; |
|
|
|
|
import { PLATFORM_FIREFOX } from '../../../../../shared/constants/app'; |
|
|
|
|
|
|
|
|
|
export default class AdvancedTab extends PureComponent { |
|
|
|
|
static contextTypes = { |
|
|
|
|