From beba2799d27ed3d2ee8b117d41297cd8e0c91fea Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Fri, 9 Aug 2019 10:32:36 -0700 Subject: [PATCH] Migrate errors Summary: _typescript_ Reviewed By: jknoxville Differential Revision: D16710217 fbshipit-source-id: a6596f84d6002f1972ae17170f9decaed853f991 --- src/utils/{errors.js => errors.tsx} | 0 src/utils/index.js | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename src/utils/{errors.js => errors.tsx} (100%) diff --git a/src/utils/errors.js b/src/utils/errors.tsx similarity index 100% rename from src/utils/errors.js rename to src/utils/errors.tsx diff --git a/src/utils/index.js b/src/utils/index.js index 49eabd545..a3ab896a7 100644 --- a/src/utils/index.js +++ b/src/utils/index.js @@ -6,4 +6,4 @@ */ export {default as textContent} from './textContent.js'; -export {getStringFromErrorLike} from './errors.js'; +export {getStringFromErrorLike} from './errors.tsx';