Import Updates
Updating two type imports caught by build process
This commit is contained in:
parent
c8e70217f6
commit
16e6099fc3
@ -72,7 +72,7 @@
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import { type Game } from '@/services/apiResponseTypes'
|
||||
import type { Game } from '@/services/apiResponseTypes'
|
||||
import { fetchPitchingStatsForLastTwoWeeksByTeam, type PitchingStat } from '@/services/pitchingStatsService'
|
||||
import { fetchPlayersByTeam, type Player } from '@/services/playersService'
|
||||
|
||||
|
||||
@ -106,7 +106,7 @@
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import { type Team } from '@/services/apiResponseTypes'
|
||||
import type { Team } from '@/services/apiResponseTypes'
|
||||
import { type LeagueInfo, fetchCurrentLeagueInfo } from '@/services/currentService'
|
||||
import { fetchTransactionsByWeek, type Transaction } from '@/services/transactionsService'
|
||||
import { CURRENT_SEASON } from '@/services/utilities'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user