diff --git a/src/pages/Dashboard/index.js b/src/pages/Dashboard/index.js index d4db48c..c4e6bc9 100644 --- a/src/pages/Dashboard/index.js +++ b/src/pages/Dashboard/index.js @@ -4,7 +4,7 @@ import { useNavigate } from 'react-router-dom'; // components import LatestBandiTable from './components/LatestBandiTable'; -import LatestUsersActivityTable from './components/LatestUsersActivityTable'; +//import LatestUsersActivityTable from './components/LatestUsersActivityTable'; import { Button } from 'primereact/button'; const Dashboard = () => { @@ -14,7 +14,7 @@ const Dashboard = () => { navigate('/bandi/new'); } - const onGoToUsers = () => { + /*const onGoToUsers = () => { console.log('onGoToUsers') } @@ -24,7 +24,7 @@ const Dashboard = () => { const onGoToSettings = () => { console.log('onGoToSettings') - } + }*/ return(