We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4246026 commit ce3d455Copy full SHA for ce3d455
packages/graphql-playground-react/src/components/Playground/Tab.tsx
@@ -2,10 +2,9 @@ import * as React from 'react'
2
import Icon from 'graphcool-styles/dist/components/Icon/Icon'
3
import { $v } from 'graphcool-styles'
4
import { connect } from 'react-redux'
5
-import { closeTab, selectTab } from '../../state/sessions/actions'
+import { closeTab, selectTab, editName } from '../../state/sessions/actions'
6
import * as cn from 'classnames'
7
import { Session } from '../../state/sessions/reducers'
8
-import { editName } from '../../lib'
9
import AutosizeInput from 'react-input-autosize'
10
11
export interface Props {
0 commit comments