We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9dab0d commit 06f1bd2Copy full SHA for 06f1bd2
components/Grid/sub-components/Row.jsx
@@ -1,7 +1,7 @@
1
import { cloneElement, isValidElement } from 'react';
2
import PropTypes from 'prop-types';
3
-import Container from './Container';
4
import classNames from 'classnames';
+import Container from './Container';
5
import styles from './Row.module.css';
6
7
const Row = ({ children, 'no-gutters': rowNoGutters, className, ...rest }) => {
0 commit comments