Feat/add right drawer (#159)
* Added right drawer component and logic * Refactored layout to accept right drawer
This commit is contained in:
9
front/src/components/comments/RightDrawerComments.tsx
Normal file
9
front/src/components/comments/RightDrawerComments.tsx
Normal file
@ -0,0 +1,9 @@
|
||||
import { RightDrawerTopBar } from '../../layout/right-drawer/RightDrawerTopBar';
|
||||
|
||||
export function RightDrawerComments() {
|
||||
return (
|
||||
<>
|
||||
<RightDrawerTopBar title="Comments" />
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user