Client - minor refactor

This commit is contained in:
Sam
2021-09-25 11:28:40 +02:00
parent 060c5d42d9
commit 146899c269
12 changed files with 19 additions and 21 deletions

View File

@ -1,6 +1,6 @@
import { assert, expect } from 'chai'
import { sports } from './constants'
import { sports } from './fixtures'
import { formatRecord, getRecordsBySports } from '@/utils/records'

View File

@ -1,6 +1,6 @@
import { assert } from 'chai'
import { sports } from './constants'
import { sports } from './fixtures'
import createI18n from '@/i18n'
import { translateSports } from '@/utils/sports'

View File

@ -1,6 +1,6 @@
import { assert } from 'chai'
import { sports } from './constants'
import { sports } from './fixtures'
import {
IStatisticsChartData,