import for useeffect added to sidebar
Some checks failed
Deploy Canina / deploy (push) Failing after 28s
Some checks failed
Deploy Canina / deploy (push) Failing after 28s
This commit is contained in:
parent
ad3f149789
commit
102494cef0
@ -150,3 +150,7 @@ export default function Sidebar({ isOpen, setIsOpen }: SidebarProps) {
|
||||
</>
|
||||
);
|
||||
}
|
||||
function useEffect(arg0: () => () => void, arg1: undefined[]) {
|
||||
throw new Error('Function not implemented.');
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user