Move AdminChronografPage to /admin/chronograf

pull/10616/head
Jared Scheib 2017-12-18 12:10:02 -08:00
parent b70f5704ed
commit 2a50e90746
2 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import AdminInfluxDBPage from './containers/AdminInfluxDBPage'
import AdminChronografPage from './containers/AdminChronografPage'
import AdminChronografPage from './containers/chronograf/AdminChronografPage'
export {AdminChronografPage, AdminInfluxDBPage}