Use TestDevice from flipper-frontend-core in flipper-ui-core

Summary: See D37139129

Reviewed By: lblasa

Differential Revision: D37235567

fbshipit-source-id: a0596ba71fcb8722088e51361774389a7daaebb8
This commit is contained in:
Andrey Goncharov
2022-06-20 12:18:40 -07:00
committed by Facebook GitHub Bot
parent a648861273
commit fab8849c73
9 changed files with 8 additions and 52 deletions

View File

@@ -16,6 +16,7 @@ export {
} from './AbstractClient';
export {default as ArchivedDevice} from './devices/ArchivedDevice';
export {default as BaseDevice, DeviceExport} from './devices/BaseDevice';
export {TestDevice} from './devices/TestDevice';
export * from './globalObject';
export * from './plugins';
export {getPluginKey} from './utils/pluginKey';