first commit

This commit is contained in:
pawan-dot 2023-01-18 14:41:21 +05:30
parent c725afb2ee
commit e5d64b3e6f
3 changed files with 2 additions and 10 deletions

View File

@ -31,12 +31,7 @@ const _nav = [
},
// {
// component: CNavItem,
// name: 'FAQs',
// icon: <CIcon icon={cilFace} customClassName="nav-icon" />,
// to: '/FAQs',
// },
{
component: CNavItem,
name: 'Users',

View File

@ -5,7 +5,6 @@ export const isAutheticated = () => {
if (localStorage.getItem("authToken")) {
return (localStorage.getItem("authToken"));
//console.log(localStorage.getItem("authToken"))
} else {
return false;
}

View File

@ -28,7 +28,5 @@ ReactDOM.render(
document.getElementById('root'),
)
// If you want your app to work offline and load faster, you can change
// unregister() to register() below. Note this comes with some pitfalls.
// Learn more about service workers: http://bit.ly/CRA-PWA
serviceWorker.unregister()