Skip to content

Commit

Permalink
Cleanup some imports
Browse files Browse the repository at this point in the history
  • Loading branch information
chandlerprall committed Nov 23, 2020
1 parent a74bfe3 commit 4472aac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* specific language governing permissions and limitations
* under the License.
*/
import React, { EventHandler, MouseEvent as ReactMouseEvent } from 'react';
import React from 'react';
import { act } from 'react-dom/test-utils';
import { mountWithIntl } from '@kbn/test/jest';
import { findTestSubject } from '@elastic/eui/lib/test';
Expand Down

0 comments on commit 4472aac

Please sign in to comment.