import for useeffect added to sidebar
Some checks failed
Deploy Canina / deploy (push) Failing after 28s

This commit is contained in:
پارسا آقایی 2026-08-06 22:33:12 +03:30
parent ad3f149789
commit 102494cef0

View File

@ -150,3 +150,7 @@ export default function Sidebar({ isOpen, setIsOpen }: SidebarProps) {
</>
);
}
function useEffect(arg0: () => () => void, arg1: undefined[]) {
throw new Error('Function not implemented.');
}