Skip to content

Commit a49b063

Browse files
fix: invalid frontend-platform import in Footer.jsx (#398)
1 parent aa13b49 commit a49b063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Footer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react';
22
import PropTypes from 'prop-types';
33
import { injectIntl, intlShape } from '@edx/frontend-platform/i18n';
44
import { sendTrackEvent } from '@edx/frontend-platform/analytics';
5-
import { ensureConfig } from '@edx/frontend-platform/config';
5+
import { ensureConfig } from '@edx/frontend-platform';
66
import { AppContext } from '@edx/frontend-platform/react';
77

88
import messages from './Footer.messages';

0 commit comments

Comments
 (0)