mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Fixed Lint
This commit is contained in:
parent
965959c964
commit
8746acd87a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
import React from 'react';
|
||||
import {render} from '@testing-library/react';
|
||||
import {site, member} from './utils/fixtures';
|
||||
import {site} from './utils/fixtures';
|
||||
import App from './App';
|
||||
|
||||
const setup = (overrides) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue