mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05: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 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
import React from 'react';
|
||||
import {render, fireEvent} from 'utils/test-utils';
|
||||
import AccountHomePage from './AccountHomePage';
|
||||
import {member} from 'utils/test-fixtures';
|
||||
import {site} from 'utils/fixtures';
|
||||
|
||||
const setup = (overrides) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue