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 (
- 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.