Restructure project (#124)
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
import { MockedProvider } from '@apollo/client/testing';
|
||||
import App from '../App';
|
||||
import { GET_CURRENT_USER } from '../services/users';
|
||||
import { GET_CURRENT_USER } from '../services/api/users';
|
||||
import { MemoryRouter } from 'react-router-dom';
|
||||
import { GET_PEOPLE } from '../services/people';
|
||||
import { GET_PEOPLE } from '../services/api/people';
|
||||
|
||||
const component = {
|
||||
title: 'App',
|
||||
|
||||
Reference in New Issue
Block a user