From ec5e284f43cd890a2d24f775f77f0fc5f3810dfc Mon Sep 17 00:00:00 2001 From: Christopher Chedeau Date: Sat, 16 Jul 2016 19:51:18 -0700 Subject: [PATCH] Make it fit in one line --- src/App.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/App.js b/src/App.js index 1371d423..2e074f3a 100644 --- a/src/App.js +++ b/src/App.js @@ -6,13 +6,10 @@ export default function App() { return (

- Welcome to - React logo - React + Welcome to logo React

- To get started, edit src/App.js and - save the file to update. + To get started, edit src/App.js and save to reload.

);