Migrate AndroidDevice from js to tsx

Summary: As per the title

Reviewed By: jknoxville

Differential Revision: D16667269

fbshipit-source-id: d213f4ebacf8050ae55a8e3268909da8535f2d93
This commit is contained in:
Pritesh Nandgaonkar
2019-08-09 07:47:34 -07:00
committed by Facebook Github Bot
parent f26a28f6f6
commit eb26a74327
5 changed files with 9 additions and 12 deletions

View File

@@ -5,7 +5,7 @@
* @format
*/
import AndroidDevice from '../devices/AndroidDevice';
import AndroidDevice from '../devices/AndroidDevice.tsx';
import child_process from 'child_process';
import type {Store} from '../reducers/index.tsx';
import type BaseDevice from '../devices/BaseDevice.tsx';