Move QueryTabList to shared dir

pull/10616/head
Andrew Watkins 2017-08-11 13:57:50 -07:00
parent 86e5dc217b
commit 492618500d
3 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
import React, {PropTypes} from 'react'
import EmptyQuery from 'src/shared/components/EmptyQuery'
import QueryTabList from 'src/dashboards/components/QueryTabList'
import QueryTabList from 'src/shared/components/QueryTabList'
import QueryTextArea from 'src/dashboards/components/QueryTextArea'
import SchemaExplorer from 'src/dashboards/components/SchemaExplorer'
import buildInfluxQLQuery from 'utils/influxql'

View File

@ -2,7 +2,7 @@ import React, {PropTypes} from 'react'
import QueryBuilder from './QueryBuilder'
import QueryMakerTab from './QueryMakerTab'
import QueryTabList from 'src/dashboards/components/QueryTabList'
import QueryTabList from 'src/shared/components/QueryTabList'
import buildInfluxQLQuery from 'utils/influxql'
import classnames from 'classnames'