mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 20:03:12 +03:00
Fixing unused variable that was making linting failed
refs https://github.com/TryGhost/Team/issues/2348
This commit is contained in:
parent
b64ce8fcb6
commit
9953722bcc
@ -1,7 +1,6 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import {render, fireEvent} from 'utils/test-utils';
|
import {render, fireEvent} from 'utils/test-utils';
|
||||||
import AccountHomePage from './AccountHomePage';
|
import AccountHomePage from './AccountHomePage';
|
||||||
import {member} from 'utils/test-fixtures';
|
|
||||||
import {site} from 'utils/fixtures';
|
import {site} from 'utils/fixtures';
|
||||||
|
|
||||||
const setup = (overrides) => {
|
const setup = (overrides) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user