Skip to content

Commit

Permalink
feat: remove unused React imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmckeb committed Oct 22, 2020
1 parent 0a93e32 commit dde19cb
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion packages/cra-template-typescript/template/src/App.test.tsx
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
1 change: 0 additions & 1 deletion packages/cra-template-typescript/template/src/App.tsx
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.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 dde19cb

Please sign in to comment.