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:
committed by
Facebook Github Bot
parent
a615259961
commit
cfcd0f060c
@@ -13,7 +13,7 @@ import {
|
||||
SearchBar,
|
||||
Timeline,
|
||||
RequiredParametersDialog,
|
||||
} from './components';
|
||||
} from './components/index.tsx';
|
||||
import {
|
||||
removeBookmark,
|
||||
readBookmarksFromDB,
|
||||
|
||||
Reference in New Issue
Block a user