Lint fixes.
This commit is contained in:
parent
13e627b1aa
commit
336ab535ab
@ -1,6 +1,6 @@
|
|||||||
import { graphql } from 'react-apollo'
|
import { graphql } from 'react-apollo'
|
||||||
import uploadsQuery from '../queries/uploads'
|
import uploadsQuery from '../queries/uploads'
|
||||||
import { Table, Head, Cell } from './Table'
|
import { Cell, Head, Table } from './Table'
|
||||||
|
|
||||||
const Uploads = ({ data: { uploads = [] } }) => (
|
const Uploads = ({ data: { uploads = [] } }) => (
|
||||||
<Table
|
<Table
|
||||||
|
|||||||
@ -4,7 +4,7 @@ import { ApolloClient } from 'apollo-client'
|
|||||||
import { createUploadLink } from 'apollo-upload-client'
|
import { createUploadLink } from 'apollo-upload-client'
|
||||||
import App, { Container } from 'next/app'
|
import App, { Container } from 'next/app'
|
||||||
import Head from 'next/head'
|
import Head from 'next/head'
|
||||||
import { getDataFromTree, ApolloProvider } from 'react-apollo'
|
import { ApolloProvider, getDataFromTree } from 'react-apollo'
|
||||||
|
|
||||||
const createApolloClient = (cache = {}) =>
|
const createApolloClient = (cache = {}) =>
|
||||||
new ApolloClient({
|
new ApolloClient({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user