Skip to content

Commit 23f153a

Browse files
committed
Remove unused imports
1 parent 64ddbab commit 23f153a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compat/test/browser/component.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { setupRerender } from 'preact/test-utils';
22
import { setupScratch, teardown } from '../../../test/_util/helpers';
3-
import React, { createElement, Component } from 'preact/compat';
3+
import React, { createElement } from 'preact/compat';
44

55
describe('components', () => {
66
/** @type {HTMLDivElement} */

0 commit comments

Comments
 (0)