Skip to content

Commit 06f1bd2

Browse files
chore(Row.jsx): Reordering Container component import
1 parent f9dab0d commit 06f1bd2

File tree

1 file changed

+1
-1
lines changed
  • components/Grid/sub-components

1 file changed

+1
-1
lines changed

components/Grid/sub-components/Row.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { cloneElement, isValidElement } from 'react';
22
import PropTypes from 'prop-types';
3-
import Container from './Container';
43
import classNames from 'classnames';
4+
import Container from './Container';
55
import styles from './Row.module.css';
66

77
const Row = ({ children, 'no-gutters': rowNoGutters, className, ...rest }) => {

0 commit comments

Comments
 (0)