From 7a77b8a907fdf3d11d022a75f27c0fddae99c054 Mon Sep 17 00:00:00 2001 From: high-tech-hobo Date: Wed, 20 Feb 2019 01:29:02 -0500 Subject: [PATCH] Fixes Issue #1 --- src/App.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/App.js b/src/App.js index 7e261ca..1e0c5ca 100755 --- a/src/App.js +++ b/src/App.js @@ -1,5 +1,5 @@ import React, { Component } from 'react'; -import logo from './logo.svg'; +//import logo from './logo.svg'; import './App.css'; class App extends Component { @@ -7,17 +7,17 @@ class App extends Component { return (
- logo +

Who Twote That

- Edit src/App.js and save to reload. + A Twitter game to see how well you know your friends, or really any two Twitter users for that matter. I'm using this to learn React.js.

- Learn React + Hello World 👋