Remove redundant GK definition from flipper-common

Summary: Developers should use `getRenderHostInstance().GK(...)` instead

Reviewed By: lblasa

Differential Revision: D37034322

fbshipit-source-id: 41017f53a5256449252917a48fcd3a49a9b984c8
This commit is contained in:
Andrey Goncharov
2022-06-09 03:34:04 -07:00
committed by Facebook GitHub Bot
parent 9b0535b0ff
commit fec2650afb
2 changed files with 0 additions and 15 deletions

View File

@@ -58,7 +58,6 @@ export {
export {createControlledPromise} from './utils/controlledPromise';
export * from './utils/typeUtils';
export * from './utils/uuid';
export * from './GK';
export * from './clientUtils';
export * from './settings';
export * from './PluginDetails';