diff --git a/src/App.tsx b/src/App.tsx index 021a37a..97d6d5c 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -49,9 +49,9 @@ const App: React.FC = () => { height: 50, width: 50, }} + useAuth={useAuth} sidebarProps={{ - children: , - useAuth: useAuth + children: }} />