[clean up][s]: removed outdated apollo server mocks and config module which is now replaced by next.config.js.

Also, removed all leftover and not used packages and npm scripts.
This commit is contained in:
anuveyatsu
2020-06-23 10:54:57 +06:00
parent 55d9c68b34
commit 10b0b2a865
13 changed files with 67 additions and 4385 deletions

View File

@@ -1,7 +1,6 @@
import { GetServerSideProps } from 'next';
import { useQuery } from '@apollo/react-hooks';
import { initializeApollo } from '../../../lib/apolloClient';
import config from '../../../config';
import utils from '../../../utils';
import Head from 'next/head';
import Nav from '../../../components/home/Nav';

View File

@@ -2,7 +2,6 @@ import { GetServerSideProps } from 'next';
import gql from 'graphql-tag';
import { useQuery } from '@apollo/react-hooks';
import { initializeApollo } from '../../../../../lib/apolloClient';
import config from '../../../../../config';
import utils from '../../../../../utils';
import Head from 'next/head';
import Nav from '../../../../../components/home/Nav';

View File

@@ -1,6 +1,5 @@
import { GetServerSideProps } from 'next';
import { initializeApollo } from '../lib/apolloClient';
import config from '../config';
import utils from '../utils';
import Head from 'next/head';
import Nav from '../components/home/Nav';