Fixing lint errors and renaming Pym file.

This commit is contained in:
David Jay
2017-01-24 13:23:42 -05:00
parent 0d7b482dc1
commit 90c58885aa
6 changed files with 15 additions and 16 deletions
@@ -1,6 +1,6 @@
import {graphql} from 'react-apollo';
import STREAM_QUERY from './streamQuery.graphql';
import pym from '../../Pym';
import pym from '../../PymConnection';
let url = pym.parentUrl.split('#')[0] || 'http://localhost:3000/';