Restructure project (#124)

This commit is contained in:
Charles Bochet
2023-05-17 22:31:16 +02:00
committed by GitHub
parent baca6150f5
commit 434e020846
76 changed files with 295 additions and 304 deletions

View File

@ -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',