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

@@ -6,7 +6,7 @@
*/
import {colors, FlexCenter, styled, LoadingIndicator} from 'flipper';
import NavigationInfoBox from './NavigationInfoBox';
import {NavigationInfoBox} from './';
import {Bookmark, NavigationEvent, URI} from '../types';
import React from 'react';