Skip to content

Commit

Permalink
feat: remove unused React imports (#9853)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmckeb committed Oct 22, 2020
1 parent 329f392 commit 85ab02b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/cra-template/template/src/App.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import React from 'react';
import logo from './logo.svg';
import './App.css';

Expand Down
1 change: 0 additions & 1 deletion packages/cra-template/template/src/App.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import React from 'react';
import { render, screen } from '@testing-library/react';
import App from './App';

Expand Down

0 comments on commit 85ab02b

Please sign in to comment.