mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-24 06:35:37 +00:00
fix typo when importing component
This commit is contained in:
parent
92e4d5cd68
commit
a265bfac9d
1 changed files with 1 additions and 1 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Reference in a new issue