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'
22import { remote , ipcRenderer } from 'electron'
33import { Provider } from 'react-redux'
44import * 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 '
77import {
88 getGraphQLConfig ,
99 findGraphQLConfigFile ,
Original file line number Diff line number Diff line change 11import { combineReducers } from 'redux'
2- import graphiqlDocs from 'graphql-playground/lib/reducers/graphiql-docs'
2+ import graphiqlDocs from 'graphql-playground-react /lib/reducers/graphiql-docs'
33import history from './history'
44
55const combinedReducers = combineReducers ( {
You can’t perform that action at this time.
0 commit comments