Move QueryTabList to shared dir
parent
86e5dc217b
commit
492618500d
|
@ -1,7 +1,7 @@
|
||||||
import React, {PropTypes} from 'react'
|
import React, {PropTypes} from 'react'
|
||||||
|
|
||||||
import EmptyQuery from 'src/shared/components/EmptyQuery'
|
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 QueryTextArea from 'src/dashboards/components/QueryTextArea'
|
||||||
import SchemaExplorer from 'src/dashboards/components/SchemaExplorer'
|
import SchemaExplorer from 'src/dashboards/components/SchemaExplorer'
|
||||||
import buildInfluxQLQuery from 'utils/influxql'
|
import buildInfluxQLQuery from 'utils/influxql'
|
||||||
|
|
|
@ -2,7 +2,7 @@ import React, {PropTypes} from 'react'
|
||||||
|
|
||||||
import QueryBuilder from './QueryBuilder'
|
import QueryBuilder from './QueryBuilder'
|
||||||
import QueryMakerTab from './QueryMakerTab'
|
import QueryMakerTab from './QueryMakerTab'
|
||||||
import QueryTabList from 'src/dashboards/components/QueryTabList'
|
import QueryTabList from 'src/shared/components/QueryTabList'
|
||||||
import buildInfluxQLQuery from 'utils/influxql'
|
import buildInfluxQLQuery from 'utils/influxql'
|
||||||
import classnames from 'classnames'
|
import classnames from 'classnames'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue