Files
twenty_crm/front/src/modules/ui/layout/right-drawer/components/RightDrawerPage.tsx
2023-06-14 07:59:16 +02:00

9 lines
159 B
TypeScript

import styled from '@emotion/styled';
export const RightDrawerPage = styled.div`
display: flex;
flex-direction: column;
height: 100%;
width: 100%;
`;