1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
This commit is contained in:
ryanml 2021-05-26 14:55:25 -07:00
parent 0d8b5f00d2
commit 6dfab2e3c6

View File

@ -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 = {