Skip to content

Commit 13a3517

Browse files
mrmckebwombleton
authored andcommitted
feat: remove unused React imports (facebook#9853)
1 parent d753d67 commit 13a3517

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/cra-template/template/src/App.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import React from 'react';
21
import logo from './logo.svg';
32
import './App.css';
43

packages/cra-template/template/src/App.test.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import React from 'react';
21
import { render, screen } from '@testing-library/react';
32
import App from './App';
43

0 commit comments

Comments
 (0)