diff --git a/desktop/app/src/index.tsx b/desktop/app/src/index.tsx index 9dc654c83..23d10123c 100644 --- a/desktop/app/src/index.tsx +++ b/desktop/app/src/index.tsx @@ -21,6 +21,7 @@ export { internGraphPOSTAPIRequest, graphQLQuery, isLoggedIn, + getUser, } from './fb-stubs/user'; export {FlipperPlugin, FlipperDevicePlugin, BaseAction} from './plugin'; export {PluginClient, Props} from './plugin';