Omit unnecessary import

This commit is contained in:
GneyHabub 2021-03-07 08:56:43 +03:00
parent d3c0d7612a
commit 4e14ce5e1d

View file

@ -1,4 +1,4 @@
import { mount, shallow } from 'enzyme';
import { shallow } from 'enzyme';
import React from 'react';
import MetricsWrapper from '../MetricsWrapper';