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:
Andrey Goncharov
2022-06-20 12:18:40 -07:00
committed by Facebook GitHub Bot
parent fab8849c73
commit 17ab7a86ef
47 changed files with 49 additions and 197 deletions

View File

@@ -12,7 +12,7 @@ import React, {useState, useCallback} from 'react';
import {capture, getCaptureLocation, getFileName} from '../utils/screenshot';
import {CameraOutlined, VideoCameraOutlined} from '@ant-design/icons';
import {useStore} from '../utils/useStore';
import {getRenderHostInstance} from '../RenderHost';
import {getRenderHostInstance} from 'flipper-frontend-core';
import {path} from 'flipper-plugin';
async function openFile(path: string) {