soupette 11a2b3bbfc Design edit modal
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-02-21 07:58:14 +01:00

9 lines
155 B
JavaScript

import styled from 'styled-components';
import { Row as Base } from 'reactstrap';
const Row = styled(Base)`
margin-bottom: 4px;
`;
export default Row;