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
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user