Skip to content

Commit

Permalink
Remove code that said it's supposed to be removed (#76)
Browse files Browse the repository at this point in the history
:)
  • Loading branch information
stevenpetryk authored and drwpow committed Jul 24, 2020
1 parent a133d1a commit e70dc81
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,12 @@ import logo from './logo.svg';
import './App.css';

function App() {
// TODO: Remove before merging, this was just for fast-refresh testing
const [counter, setCounter] = useState(5);
setTimeout(() => setCounter(counter + 1), 1000);
return (
<div className={'App'}>
<header className="App-header">
<img src={logo} className="App-logo" alt="logo" />
<p>
{counter} Edit <code>src/App.jsx</code> and save to reload.
Edit <code>src/App.jsx</code> and save to reload.
</p>
<a
className="App-link"
Expand Down

0 comments on commit e70dc81

Please sign in to comment.