Client - minor refactor
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import { assert, expect } from 'chai'
|
||||
|
||||
import { sports } from './constants'
|
||||
import { sports } from './fixtures'
|
||||
|
||||
import { formatRecord, getRecordsBySports } from '@/utils/records'
|
||||
|
||||
|
@ -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'
|
||||
|
@ -1,6 +1,6 @@
|
||||
import { assert } from 'chai'
|
||||
|
||||
import { sports } from './constants'
|
||||
import { sports } from './fixtures'
|
||||
|
||||
import {
|
||||
IStatisticsChartData,
|
||||
|
Reference in New Issue
Block a user