Skip to content
This repository has been archived by the owner on Jan 26, 2019. It is now read-only.

Commit

Permalink
Merge pull request #127 from pelotom/patch-2
Browse files Browse the repository at this point in the history
Remove unneeded React.Component type parameters
  • Loading branch information
wmonk authored Aug 2, 2017
2 parents 827555c + 62cfd49 commit 7304c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-scripts/template/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import './App.css';

const logo = require('./logo.svg');

class App extends React.Component<{}, {}> {
class App extends React.Component {
render() {
return (
<div className="App">
Expand Down

0 comments on commit 7304c24

Please sign in to comment.