Migration of Basedevice from js to tsx
Summary: Converted BaseDevice from js to tsx Reviewed By: passy Differential Revision: D16648356 fbshipit-source-id: 12954532acf91930ab8c5f995bb94f6f9fe44015
This commit is contained in:
committed by
Facebook Github Bot
parent
fe5df63d41
commit
604e6d761f
@@ -4,7 +4,7 @@
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
* @format
|
||||
*/
|
||||
import type BaseDevice from '../devices/BaseDevice.js';
|
||||
import type BaseDevice from '../devices/BaseDevice.tsx';
|
||||
import {FlipperDevicePlugin, FlipperPlugin} from '../plugin.js';
|
||||
import type {State as PluginStatesState} from '../reducers/pluginStates.js';
|
||||
import {pluginsClassMap} from './exportData.js';
|
||||
|
||||
Reference in New Issue
Block a user