File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
import React from 'react' ;
2
2
import PropTypes from 'prop-types' ;
3
3
4
- import { getConfig } from '@edx/frontend-platform' ;
5
4
import { Avatar } from '@openedx/paragon' ;
6
5
import classNames from 'classnames' ;
7
6
7
+ import { getConfig } from '@edx/frontend-platform' ;
8
+
8
9
import { AvatarOutlineAndLabelColors } from '../../../../data/constants' ;
9
10
import { AuthorLabel } from '../../../common' ;
10
11
import { useAlertBannerVisible } from '../../../data/hooks' ;
Original file line number Diff line number Diff line change 1
1
import React , { useMemo } from 'react' ;
2
2
import PropTypes from 'prop-types' ;
3
- import { getConfig } from '@edx/frontend-platform' ;
3
+
4
4
import { Avatar , Badge , Icon } from '@openedx/paragon' ;
5
5
import { Question } from '@openedx/paragon/icons' ;
6
6
import classNames from 'classnames' ;
7
7
8
+ import { getConfig } from '@edx/frontend-platform' ;
8
9
import { useIntl } from '@edx/frontend-platform/i18n' ;
9
10
10
11
import { AvatarOutlineAndLabelColors , ThreadType } from '../../../data/constants' ;
You can’t perform that action at this time.
0 commit comments