remove unused import

Signed-off-by: Morgan Bentell <mbentell@spotify.com>
This commit is contained in:
Morgan Bentell
2023-02-21 13:50:08 +01:00
parent 2b00d8a225
commit ab4e68032d
@@ -14,7 +14,7 @@
* limitations under the License.
*/
import React, { ReactElement, Fragment } from 'react';
import React, { ReactElement } from 'react';
// Shadow DOM support for the simple and complete DOM testing utilities
// https://github.com/testing-library/dom-testing-library/issues/742#issuecomment-674987855