0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00

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) => {