fix: fix missing import

This commit is contained in:
Ben Warzeski
2022-06-16 15:40:10 -04:00
parent cbba65deb8
commit a0482d0084

View File

@@ -1,5 +1,6 @@
import { useIntl } from '@edx/frontend-platform/i18n';
import React from 'react';
import { useSelector } from 'react-redux';
import { useIntl } from '@edx/frontend-platform/i18n';
export const useCardValue = (courseNumber, sel) => (
useSelector(state => sel(state, courseNumber))