diff --git a/src/components/admin-lte/index.js b/src/components/admin-lte/index.js index 0c20d72..35aa8ba 100644 --- a/src/components/admin-lte/index.js +++ b/src/components/admin-lte/index.js @@ -3,6 +3,7 @@ import PropTypes from "prop-types" import Configure from "./configure" import Tokens from "./tokens" import Wallet from "./wallet" +import Audit from "./audit" import AdminLTE, { Sidebar, Navbar } from "adminlte-2-react" import ScannerModal from "../qr-scanner/modal" @@ -21,10 +22,6 @@ const { Item } = Sidebar const MENU_HIDE_WIDTH = 770 let _this -const MenuItemComponent = ({ component }) => { - const RenderedComponent = loadable(() => import("./audit")) - return -} class AdminLTEPage extends React.Component { constructor(props) {