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