Skip to content

Commit 1934f75

Browse files
feat: fix imports
1 parent f27df10 commit 1934f75

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/course-home/progress-tab/grades/grade-summary/GradeSummaryHeader.jsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ import React, { useState } from 'react';
22
import PropTypes from 'prop-types';
33

44
import { useIntl } from '@edx/frontend-platform/i18n';
5-
import { Icon, OverlayTrigger, Tooltip, IconButton } from '@openedx/paragon';
5+
import {
6+
Icon, OverlayTrigger, Tooltip, IconButton,
7+
} from '@openedx/paragon';
68
import { Blocked, InfoOutline } from '@openedx/paragon/icons';
79
import { useContextId } from '../../../../data/hooks';
810

0 commit comments

Comments
 (0)