Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
make testing more accessible with smaller files (#682)
Browse files Browse the repository at this point in the history
  • Loading branch information
James Baxley committed May 4, 2017
1 parent 076faa4 commit 55c393d
Show file tree
Hide file tree
Showing 17 changed files with 3,682 additions and 3,406 deletions.
8 changes: 2 additions & 6 deletions src/ApolloProvider.tsx
@@ -1,12 +1,8 @@
import * as React from 'react';
import * as PropTypes from 'prop-types';
import {
Component,
} from 'react';
import { Component } from 'react';

import {
Store,
} from 'redux';
import { Store } from 'redux';

import ApolloClient, { ApolloStore } from 'apollo-client';

Expand Down

0 comments on commit 55c393d

Please sign in to comment.