[clean up][xs]: removed unnecessary imports.

This commit is contained in:
anuveyatsu
2020-06-24 14:59:54 +06:00
parent 5e62325c91
commit 0dbe145e8c
7 changed files with 24 additions and 37 deletions

View File

@@ -1,6 +1,5 @@
import Link from 'next/link';
import ErrorMessage from '../Error';
import { NetworkStatus } from 'apollo-client';
import { useQuery } from '@apollo/react-hooks';
import gql from 'graphql-tag';

View File

@@ -1,6 +1,5 @@
import Link from 'next/link';
import ErrorMessage from '../Error';
import { NetworkStatus } from 'apollo-client';
import { useQuery } from '@apollo/react-hooks';
import gql from 'graphql-tag';