From 0ac722ed115db49e4dd692e68032dd1171139811 Mon Sep 17 00:00:00 2001 From: wildscotsmen Date: Sun, 2 Dec 2018 21:15:24 -0500 Subject: [PATCH] Fixed formatting in App.js. --- src/App.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/App.js b/src/App.js index 43fe772..945adb3 100644 --- a/src/App.js +++ b/src/App.js @@ -11,10 +11,10 @@ class App extends Component { render() { return ( -
-
-
-
+
+
+
+ ); } }