Migrate ArchivedDevice from js to tsx
Summary: As per the title Reviewed By: passy Differential Revision: D16667144 fbshipit-source-id: 9fe923f8389feafa66d6bf6967217ce89ddbfaf2
This commit is contained in:
committed by
Facebook Github Bot
parent
47a55b0f26
commit
f26a28f6f6
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
import {default as BaseDevice} from '../../devices/BaseDevice.tsx';
|
||||
import {default as ArchivedDevice} from '../../devices/ArchivedDevice';
|
||||
import {default as ArchivedDevice} from '../../devices/ArchivedDevice.tsx';
|
||||
import {processStore} from '../exportData';
|
||||
import {FlipperDevicePlugin} from '../../plugin.tsx';
|
||||
import type {Notification} from '../../plugin.tsx';
|
||||
|
||||
Reference in New Issue
Block a user