Skip to content

Commit

Permalink
fix: add correct path to logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnwesson committed Oct 12, 2023
1 parent 97eb7be commit 06ed2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/PluginErrorBoundary.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, { Component } from 'react';
import PropTypes from 'prop-types';
import { FormattedMessage } from 'react-intl';

Check failure on line 3 in plugins/PluginErrorBoundary.jsx

View workflow job for this annotation

GitHub Actions / tests (lint)

'react-intl' should be listed in the project's dependencies. Run 'npm i -S react-intl' to add it

Check failure on line 3 in plugins/PluginErrorBoundary.jsx

View workflow job for this annotation

GitHub Actions / tests (lint)

'react-intl' should be listed in the project's dependencies. Run 'npm i -S react-intl' to add it

import { logError } from '../logging';
import { logError } from '@edx/frontend-platform/logging';

export default class PluginErrorBoundary extends Component {
constructor(props) {
Expand Down

0 comments on commit 06ed2d2

Please sign in to comment.