Gaëtan Renaudeau
6 years ago
No known key found for this signature in database
GPG Key ID: 7B66B85F042E5451
2 changed files with
0 additions and
2 deletions
-
src/components/SettingsPage/RepairDeviceButton.js
-
src/components/modals/UpdateFirmware/steps/02-step-flash-mcu.js
|
|
@ -1,7 +1,6 @@ |
|
|
|
// @flow
|
|
|
|
|
|
|
|
import React, { Fragment, PureComponent } from 'react' |
|
|
|
import { filter, tap } from 'rxjs/operators' |
|
|
|
import { translate } from 'react-i18next' |
|
|
|
import type { T } from 'types/common' |
|
|
|
import firmwareRepair from 'commands/firmwareRepair' |
|
|
|
|
|
@ -2,7 +2,6 @@ |
|
|
|
|
|
|
|
import React, { PureComponent, Fragment } from 'react' |
|
|
|
import styled from 'styled-components' |
|
|
|
import { filter, tap } from 'rxjs/operators' |
|
|
|
|
|
|
|
import { i } from 'helpers/staticPath' |
|
|
|
import firmwareMain from 'commands/firmwareMain' |
|
|
|