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