refactor: make match-collector export its types, and consume them in frontend
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<script setup lang="ts">
|
||||
import { debounce, isEmpty } from '~/utils/helpers'
|
||||
|
||||
import type { ChampionSummary, LaneData, ChampionData } from 'match_collector'
|
||||
// Constants
|
||||
const CHAMPIONS_API_URL = '/api/champions'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user