Use getRenderHost from flipper-frontned-core in flipper-ui-core
Summary: See D37139129 Reviewed By: lblasa Differential Revision: D37236435 fbshipit-source-id: 927e9f741bfedb65165f5d24f0acfb775925cdc7
This commit is contained in:
committed by
Facebook GitHub Bot
parent
fab8849c73
commit
17ab7a86ef
@@ -8,7 +8,7 @@
|
||||
*/
|
||||
|
||||
import {v1 as uuidv1} from 'uuid';
|
||||
import {getRenderHostInstance} from '../RenderHost';
|
||||
import {getRenderHostInstance} from 'flipper-frontend-core';
|
||||
import {Actions} from './';
|
||||
|
||||
export type LauncherMsg = {
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
*/
|
||||
|
||||
import {LauncherSettings} from 'flipper-common';
|
||||
import {getRenderHostInstance} from '../RenderHost';
|
||||
import {getRenderHostInstance} from 'flipper-frontend-core';
|
||||
import {Actions} from './index';
|
||||
|
||||
export type Action = {
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
*/
|
||||
|
||||
import {Actions} from './index';
|
||||
import {getRenderHostInstance} from '../RenderHost';
|
||||
import {getRenderHostInstance} from 'flipper-frontend-core';
|
||||
import {Settings} from 'flipper-common';
|
||||
|
||||
export type Action =
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
import {produce} from 'immer';
|
||||
import {Actions} from './';
|
||||
import {SelectionInfo} from '../utils/info';
|
||||
import {getRenderHostInstance} from '../RenderHost';
|
||||
import {getRenderHostInstance} from 'flipper-frontend-core';
|
||||
|
||||
export type TrackingEvent =
|
||||
| {
|
||||
|
||||
Reference in New Issue
Block a user