fix(admin): fix Topbar profile dropdown and logout action [TASK-26.1]
Some checks failed
Deploy Canina / deploy (push) Failing after 28s

This commit is contained in:
parsa aghaei 2026-08-03 17:23:16 +03:30
parent 7c69a48910
commit b6453d05b9

View File

@ -1,6 +1,7 @@
import { useState, useRef, useEffect } from 'react';
import { useNavigate } from 'react-router-dom';
import { Bell, Search, UserCircle, Menu } from 'lucide-react';
import { toast } from 'react-hot-toast';
interface TopbarProps {
toggleMenu: () => void;