Migrate utils/index
Summary: _typescript_ Reviewed By: danielbuechele Differential Revision: D16805609 fbshipit-source-id: 57eda17f45fc2dfe94a0d34948be5b673591a8ee
This commit is contained in:
committed by
Facebook Github Bot
parent
b9e0aae1e4
commit
6a0da24eb2
@@ -25,7 +25,7 @@ import {getPersistentPlugins} from '../src/utils/pluginUtils.tsx';
|
||||
import {serialize} from '../src/utils/serialization';
|
||||
import type BaseDevice from '../src/devices/BaseDevice.tsx';
|
||||
|
||||
import {getStringFromErrorLike} from '../src/utils/index';
|
||||
import {getStringFromErrorLike} from '../src/utils/index.tsx';
|
||||
|
||||
type Action = {|exit: true, result: string|} | {|exit: false|};
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@ import {
|
||||
updateCategoryBlacklist,
|
||||
} from './reducers/notifications.tsx';
|
||||
import {selectPlugin} from './reducers/connections.tsx';
|
||||
import {textContent} from './utils/index';
|
||||
import {textContent} from './utils/index.tsx';
|
||||
import createPaste from './fb-stubs/createPaste.tsx';
|
||||
|
||||
export default class Notifications extends FlipperDevicePlugin<{}> {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
export {default as styled, keyframes} from 'react-emotion';
|
||||
export * from './ui/index.js';
|
||||
export * from './utils/index.js';
|
||||
export {getStringFromErrorLike, textContent} from './utils/index.tsx';
|
||||
export {default as GK} from './fb-stubs/GK.tsx';
|
||||
export {default as createPaste} from './fb-stubs/createPaste.tsx';
|
||||
export {graphQLQuery} from './fb-stubs/user.tsx';
|
||||
|
||||
@@ -5,5 +5,5 @@
|
||||
* @format
|
||||
*/
|
||||
|
||||
export {default as textContent} from './textContent.tsx';
|
||||
export {getStringFromErrorLike} from './errors.tsx';
|
||||
export {default as textContent} from './textContent';
|
||||
export {getStringFromErrorLike} from './errors';
|
||||
Reference in New Issue
Block a user