Revert D16648356: Migration of Basedevice from js to tsx
Differential Revision: D16648356 Original commit changeset: 12954532acf9 fbshipit-source-id: 76754f427e7ccac0f0b0030c3a0af02d036c1a8b
This commit is contained in:
committed by
Facebook Github Bot
parent
3b31e54b6e
commit
6a43b0cc88
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
import reducer from '../connections';
|
||||
import BaseDevice from '../../devices/BaseDevice.tsx';
|
||||
import BaseDevice from '../../devices/BaseDevice';
|
||||
import type {State} from '../connections';
|
||||
|
||||
test('REGISTER_DEVICE doesnt remove error', () => {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
* @format
|
||||
*/
|
||||
|
||||
import type BaseDevice from '../devices/BaseDevice.tsx';
|
||||
import type BaseDevice from '../devices/BaseDevice';
|
||||
import MacDevice from '../devices/MacDevice';
|
||||
import type Client from '../Client';
|
||||
import type {UninitializedClient} from '../UninitializedClient';
|
||||
|
||||
Reference in New Issue
Block a user