Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer committed May 13, 2017
1 parent 19eadc2 commit 43a97e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 23 deletions.
19 changes: 2 additions & 17 deletions packages/react-scripts/template/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,13 @@ import React, { Component } from 'react';
import logo from './logo.svg';
import './App.css';

import Bad from './fold/Bad';

class App extends Component {
render() {
return (
<div className="App">
<div className="App-header">
<div>
<div>
<div>
<div>
<div>
<div>
<img src={logo} className="App-logo" alt="logo" />
<Bad>Welcome to React</Bad>
{[1, 2, 3].map(s => <span>{s}</span>)}
</div>{' '}
</div>{' '}
</div>{' '}
</div>{' '}
</div>{' '}
</div>
<img src={logo} className="App-logo" alt="logo" />
<h2>Welcome to React</h2>
</div>
<p className="App-intro">
To get started, edit <code>src/App.js</code> and save to reload.
Expand Down
6 changes: 0 additions & 6 deletions packages/react-scripts/template/src/fold/Bad.js

This file was deleted.

0 comments on commit 43a97e3

Please sign in to comment.