Skip to content

Commit

Permalink
fix: invalid frontend-platform import in Footer.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
bradenmacdonald committed Jan 16, 2024
1 parent 6cf8bf3 commit 0f4895a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import PropTypes from 'prop-types';
import { injectIntl, intlShape } from '@edx/frontend-platform/i18n';
import { sendTrackEvent } from '@edx/frontend-platform/analytics';
import { ensureConfig } from '@edx/frontend-platform/config';
import { ensureConfig } from '@edx/frontend-platform';
import { AppContext } from '@edx/frontend-platform/react';

import messages from './Footer.messages';
Expand Down

0 comments on commit 0f4895a

Please sign in to comment.