Feat/add right drawer (#159)
* Added right drawer component and logic * Refactored layout to accept right drawer
This commit is contained in:
@ -24,7 +24,7 @@ function App() {
|
||||
}, [data]);
|
||||
|
||||
return (
|
||||
<div>
|
||||
<>
|
||||
{
|
||||
<AppLayout user={user}>
|
||||
<Routes>
|
||||
@ -65,7 +65,7 @@ function App() {
|
||||
</Routes>
|
||||
</AppLayout>
|
||||
}
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user