From 0e2847500be837ff0a4eb344788469319e04e5f8 Mon Sep 17 00:00:00 2001 From: vlw0052 Date: Fri, 18 Aug 2017 13:07:28 -0500 Subject: [PATCH] Removed unnecessary Variable --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index c33b09c..0442860 100644 --- a/src/App.js +++ b/src/App.js @@ -5,7 +5,7 @@ import './index.css'; class App extends Component { render() { return ( - + ); } }