Migrated components/index to TypeScript

Summary: Migrated components/index.js to components/index.tsx.

Reviewed By: danielbuechele

Differential Revision: D17132215

fbshipit-source-id: 76e03f9b4a509ad9c8faac484dc5b0ba7d1574e1
This commit is contained in:
Benjamin Elo
2019-09-02 03:54:48 -07:00
committed by Facebook Github Bot
parent a615259961
commit cfcd0f060c
6 changed files with 20 additions and 25 deletions

View File

@@ -13,7 +13,7 @@ import {
SearchBar,
Timeline,
RequiredParametersDialog,
} from './components';
} from './components/index.tsx';
import {
removeBookmark,
readBookmarksFromDB,