diff --git a/apps/web-admin/src/components/Sidebar.jsx b/apps/web-admin/src/components/Sidebar.jsx
index e624e315..424adbfa 100644
--- a/apps/web-admin/src/components/Sidebar.jsx
+++ b/apps/web-admin/src/components/Sidebar.jsx
@@ -14,6 +14,7 @@ import {
useMediaQuery,
} from '@chakra-ui/react';
import Link from 'next/link';
+import { Router, useRouter } from 'next/router';
const Sidebar = ({ isOpen, onClose }) => {
const [loading, setLoading] = useState(false);
const { logout } = useAuth0();
@@ -39,19 +40,8 @@ const Sidebar = ({ isOpen, onClose }) => {
techno
-
-
- Organizations
-
-
- Events
-
-
-
-
- Settings
-
-
+
+