Fixed lint

no issue
This commit is contained in:
Rish 2020-08-05 14:28:20 +05:30
parent 95ec778920
commit 19d39babc8

View File

@ -1,5 +1,5 @@
import React from 'react';
import {render, fireEvent, waitFor} from 'test-utils';
import {render, fireEvent} from 'test-utils';
import AccountPlanPage from './AccountPlanPage';
const setup = (overrides) => {