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