We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31acc18 commit 9a1ae19Copy full SHA for 9a1ae19
src/compounds/ItemGroup/ItemGroup.jsx
@@ -2,7 +2,7 @@ import React from 'react'
2
import PropTypes from 'prop-types'
3
import { Col, Row } from 'react-bootstrap'
4
import Title from '../../components/Title/Title'
5
-import Item, { itemPropTypes} from '../Item/Item'
+import Item, { itemPropTypes } from '../Item/Item'
6
import ItemLoading from '../Item/ItemLoading'
7
import './item-group.scss'
8
0 commit comments