HichamELBSI 2f4b7b4552 Add List view modal
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2020-03-20 17:12:23 +01:00

10 lines
158 B
JavaScript

import styled from 'styled-components';
const Wrapper = styled.div`
position: relative;
height: 20rem;
marginbottom: 2rem;
`;
export default Wrapper;