diff --git a/src/views/QueryLog/QueryLog.js b/src/components/QueryLog/QueryLog.js similarity index 100% rename from src/views/QueryLog/QueryLog.js rename to src/components/QueryLog/QueryLog.js diff --git a/src/views/QueryLog/package.json b/src/components/QueryLog/package.json similarity index 100% rename from src/views/QueryLog/package.json rename to src/components/QueryLog/package.json diff --git a/src/containers/Full/Full.js b/src/containers/Full/Full.js index d0f4623..f16fb73 100644 --- a/src/containers/Full/Full.js +++ b/src/containers/Full/Full.js @@ -6,7 +6,7 @@ import Breadcrumb from '../../components/Breadcrumb/'; import Aside from '../../components/Aside/'; import Footer from '../../components/Footer/'; import Dashboard from '../../views/Dashboard/'; -import QueryLog from '../../views/QueryLog'; +import QueryLog from '../../components/QueryLog'; class Full extends Component { render() {