imporved mobile styling and started dependecy injection for backend

This commit is contained in:
subnub
2024-07-02 12:17:34 -04:00
parent 9bdad8cc94
commit 09cb81f96d
14 changed files with 774 additions and 42 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ const LeftSection = (props) => {
[closeDrawer, leftSectionOpen]
);
const { wrapperRef } = useClickOutOfBounds(closeDrawerEvent);
const { wrapperRef } = useClickOutOfBounds(closeDrawerEvent, leftSectionOpen);
return (
<div