chore: remove react imports (#1867)

reolves #1856
This commit is contained in:
Kira Pilot
2022-05-31 10:01:37 -04:00
committed by GitHub
parent 26a2a169df
commit dd55d4577d
177 changed files with 192 additions and 293 deletions

View File

@ -1,6 +1,5 @@
import { screen, waitFor } from "@testing-library/react"
import userEvent from "@testing-library/user-event"
import React from "react"
import * as API from "../../api/api"
import { Language as FooterLanguage } from "../../components/FormFooter/FormFooter"
import { MockTemplate, MockWorkspace } from "../../testHelpers/entities"