diff --git a/fronts-client/src/components/FrontsEdit/Collection.tsx b/fronts-client/src/components/FrontsEdit/Collection.tsx index f426ffc971..0f5d1adda9 100644 --- a/fronts-client/src/components/FrontsEdit/Collection.tsx +++ b/fronts-client/src/components/FrontsEdit/Collection.tsx @@ -1,7 +1,7 @@ import React from 'react'; import { styled, Theme } from 'constants/theme'; import Collection from './CollectionComponents/Collection'; -import { AlsoOnDetail, CardMeta, Group } from 'types/Collection'; +import { AlsoOnDetail, CardMeta } from 'types/Collection'; import { CardSets, Card as TCard } from 'types/Collection'; import GroupDisplayComponent from 'components/GroupDisplay'; import GroupLevel from 'components/clipboard/GroupLevel'; @@ -19,7 +19,6 @@ import { CardTypes } from 'constants/cardTypes'; import { updateCardMetaWithPersist as updateCardMetaAction } from 'actions/Cards'; import { ValidationResponse } from '../../util/validateImageSrc'; import { bindActionCreators } from 'redux'; -import groups from 'reducers/groupsReducer'; const getArticleNotifications = ( id: string,