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
@@ -4,7 +4,7 @@
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
* @format
|
||||
*/
|
||||
import BaseDevice from '../../../devices/BaseDevice.tsx';
|
||||
import BaseDevice from '../../../devices/BaseDevice';
|
||||
import CrashReporterPlugin from '../../crash_reporter';
|
||||
import type {PersistedState, Crash} from '../../crash_reporter';
|
||||
import {
|
||||
|
||||
@@ -12,7 +12,7 @@ import type {
|
||||
TableColumns,
|
||||
} from 'flipper';
|
||||
import type {Counter} from './LogWatcher.js';
|
||||
import type {DeviceLogEntry} from '../../devices/BaseDevice.tsx';
|
||||
import type {DeviceLogEntry} from '../../devices/BaseDevice.js';
|
||||
import type {Props as PluginProps} from '../../plugin';
|
||||
|
||||
import {
|
||||
|
||||
Reference in New Issue
Block a user