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:
committed by
Facebook Github Bot
parent
f26a28f6f6
commit
eb26a74327
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user