diff --git a/framework/core/js/src/forum/components/NotificationList.js b/framework/core/js/src/forum/components/NotificationList.js index 6314b20a4..8c63fc328 100644 --- a/framework/core/js/src/forum/components/NotificationList.js +++ b/framework/core/js/src/forum/components/NotificationList.js @@ -5,6 +5,7 @@ import Button from '../../common/components/Button'; import Link from '../../common/components/Link'; import LoadingIndicator from '../../common/components/LoadingIndicator'; import Discussion from '../../common/models/Discussion'; +import ItemList from '../../common/utils/ItemList'; /** * The `NotificationList` component displays a list of the logged-in user's @@ -19,14 +20,7 @@ export default class NotificationList extends Component {