Skip to content

Commit e31f28b

Browse files
committed
Fix linting error
1 parent d0f66e1 commit e31f28b

File tree

1 file changed

+1
-1
lines changed
  • packages/react-scripts/template/src

1 file changed

+1
-1
lines changed

packages/react-scripts/template/src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, {Component} from 'react';
1+
import React from 'react';
22

33
import logo from './logo.svg';
44
import styles from './App.css';

0 commit comments

Comments
 (0)