Move Query Log to components

Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
This commit is contained in:
Mcat12
2017-07-30 14:20:56 -04:00
parent 235c52db32
commit a2aee0b8aa
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -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() {