Migrate createPaste

Summary: _typescript_

Reviewed By: jknoxville

Differential Revision: D16649018

fbshipit-source-id: c30d4ec390946e4b6de49ffeccc452d0a55c1e7a
This commit is contained in:
Pascal Hartig
2019-08-09 03:16:42 -07:00
committed by Facebook Github Bot
parent a314d1d930
commit 36a1c0046c
8 changed files with 10 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ export {default as styled, keyframes} from 'react-emotion';
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.js';
export {default as createPaste} from './fb-stubs/createPaste.tsx';
export {graphQLQuery} from './fb-stubs/user.js';
export {
FlipperBasePlugin,
@@ -22,7 +22,6 @@ export type {MetricType} from './utils/exportMetrics.js';
export {default as Client} from './Client.tsx';
export {clipboard} from 'electron';
export * from './fb-stubs/constants.js';
export * from './fb-stubs/createPaste.js';
export {connect} from 'react-redux';
export {selectPlugin} from './reducers/connections.tsx';
export {getPluginKey, getPersistedState} from './utils/pluginUtils.js';