Migrate user

Summary: Migrate user and introduce a global declarations file.

Reviewed By: danielbuechele

Differential Revision: D16690480

fbshipit-source-id: be4e5218715dcae4b403b24cdbc2f3e89728dd59
This commit is contained in:
Pascal Hartig
2019-08-09 10:32:36 -07:00
committed by Facebook Github Bot
parent 4afc417ea5
commit e56d3a4c6d
6 changed files with 27 additions and 15 deletions

View File

@@ -10,7 +10,7 @@ export * from './ui/index.js';
export * from './utils/index.js';
export {default as GK} from './fb-stubs/GK.tsx';
export {default as createPaste} from './fb-stubs/createPaste.tsx';
export {graphQLQuery} from './fb-stubs/user.js';
export {graphQLQuery} from './fb-stubs/user.tsx';
export {
FlipperBasePlugin,
FlipperPlugin,