fix typo when importing component

This commit is contained in:
Matteo Pagliazzi 2018-09-09 14:46:47 +02:00
parent 92e4d5cd68
commit a265bfac9d

View file

@ -19,7 +19,7 @@ div.items
import planGemLimits from 'common/script/libs/planGemLimits';
import ShopItem from '../shopItem';
import CategoryItem from './CategoryItem';
import CategoryItem from './categoryItem';
import _filter from 'lodash/filter';
import _sortBy from 'lodash/sortBy';