From e2d896e3a5aa1c98aa4e7939bc37b84cce887709 Mon Sep 17 00:00:00 2001 From: Jeffrey Johnson Date: Mon, 14 Jan 2019 10:25:18 -0800 Subject: [PATCH] Remove react and react-dom from component exports --- src/index.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/index.js b/src/index.js index 112ea85c4..50c497975 100644 --- a/src/index.js +++ b/src/index.js @@ -1,6 +1,3 @@ -import React from 'react'; -import ReactDOM from 'react-dom'; - import { ActionBar, ActionBarBack,