Skip to content

Commit

Permalink
fix: invalid frontend-platform import in Footer.jsx (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradenmacdonald committed Mar 11, 2024
1 parent aa13b49 commit a49b063
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 a49b063

Please sign in to comment.