File tree Expand file tree Collapse file tree 4 files changed +15
-8239
lines changed
packages/graphql-playground-electron Expand file tree Collapse file tree 4 files changed +15
-8239
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ import * as React from 'react'
2
2
import { remote , ipcRenderer } from 'electron'
3
3
import { Provider } from 'react-redux'
4
4
import * as cx from 'classnames'
5
- import { Playground as IPlayground } from 'graphql-playground/lib/components/Playground'
6
- import Playground from 'graphql-playground'
5
+ import { Playground as IPlayground } from 'graphql-playground-react /lib/components/Playground'
6
+ import Playground from 'graphql-playground-react '
7
7
import {
8
8
getGraphQLConfig ,
9
9
findGraphQLConfigFile ,
Original file line number Diff line number Diff line change 1
1
import { combineReducers } from 'redux'
2
- import graphiqlDocs from 'graphql-playground/lib/reducers/graphiql-docs'
2
+ import graphiqlDocs from 'graphql-playground-react /lib/reducers/graphiql-docs'
3
3
import history from './history'
4
4
5
5
const combinedReducers = combineReducers ( {
You can’t perform that action at this time.
0 commit comments