Skip to content

Commit 9a1ae19

Browse files
authored
Update src/compounds/ItemGroup/ItemGroup.jsx
1 parent 31acc18 commit 9a1ae19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compounds/ItemGroup/ItemGroup.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react'
22
import PropTypes from 'prop-types'
33
import { Col, Row } from 'react-bootstrap'
44
import Title from '../../components/Title/Title'
5-
import Item, { itemPropTypes} from '../Item/Item'
5+
import Item, { itemPropTypes } from '../Item/Item'
66
import ItemLoading from '../Item/ItemLoading'
77
import './item-group.scss'
88

0 commit comments

Comments
 (0)