Skip to content

Commit 98da827

Browse files
committed
MP-355 fixed lintng
1 parent 65f5734 commit 98da827

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/apps/profiles/src/components/GenericSubtrackDetailsModal/GenericSubtrackDetailsModal.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@ import HighchartsReact from 'highcharts-react-official'
66

77
import { BaseModal } from '~/libs/ui'
88
import {
9-
MemberStats, ratingToCSScolor, UserProfile, UserStatsDistributionResponse, UserStatsHistory, useStatsDistribution, useStatsHistory,
9+
MemberStats,
10+
ratingToCSScolor,
11+
UserProfile,
12+
UserStatsDistributionResponse,
13+
UserStatsHistory,
14+
useStatsDistribution,
15+
useStatsHistory,
1016
} from '~/libs/core'
1117

1218
import { numberToFixed } from '../../lib'

0 commit comments

Comments
 (0)