Migrate utils/index

Summary: _typescript_

Reviewed By: danielbuechele

Differential Revision: D16805609

fbshipit-source-id: 57eda17f45fc2dfe94a0d34948be5b673591a8ee
This commit is contained in:
Pascal Hartig
2019-08-14 10:01:35 -07:00
committed by Facebook Github Bot
parent b9e0aae1e4
commit 6a0da24eb2
4 changed files with 5 additions and 5 deletions

View File

@@ -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';