diff --git a/frontend/app/(presentation-generator)/presentation/components/Header.tsx b/frontend/app/(presentation-generator)/presentation/components/Header.tsx index 2d0744f..f05008c 100644 --- a/frontend/app/(presentation-generator)/presentation/components/Header.tsx +++ b/frontend/app/(presentation-generator)/presentation/components/Header.tsx @@ -47,7 +47,6 @@ const Header = ({ const [open, setOpen] = useState(false); const [showLoader, setShowLoader] = useState(false); const router = useRouter(); - const pathname = usePathname(); const dispatch = useDispatch();