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

Fixed Lint

This commit is contained in:
Rish 2020-09-23 23:29:16 +05:30
parent 965959c964
commit 8746acd87a

View file

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