Skip to content

Commit

Permalink
Remove package.json import from App.js template
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdoron committed Jun 22, 2017
1 parent 6727da4 commit d22a9df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/react-scripts/template/src/App.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React, { Component } from 'react';
import logo from './logo.svg';
import './App.css';
import { version, name } from '../../package.json';

class App extends Component {
render() {
Expand All @@ -10,7 +9,6 @@ class App extends Component {
<div className="App-header">
<img src={logo} className="App-logo" alt="logo" />
<h2>Welcome to React</h2>
<p>{`${name} v${version}`}</p>
</div>
<p className="App-intro">
To get started, edit <code>src/App.js</code> and save to reload.
Expand Down

0 comments on commit d22a9df

Please sign in to comment.