Skip to content

Commit

Permalink
feat: remove unused React imports (facebook#9853)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmckeb authored and yoyota committed Jun 28, 2021
1 parent 54b6e61 commit 55a27c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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 "react-toastify/dist/ReactToastify.css"
import { Container, CssBaseline } from "@material-ui/core"
import { ToastContainer } from "react-toastify"
Expand Down
5 changes: 2 additions & 3 deletions packages/cra-template/template/src/App.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from "react"
import { render, screen } from "@testing-library/react"
import App from "./App"
import { render, screen } from '@testing-library/react';
import App from './App';

test("renders home", () => {
render(<App />)
Expand Down

0 comments on commit 55a27c5

Please sign in to comment.