We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 256f8dc commit 1d786f1Copy full SHA for 1d786f1
frontend/src/components/start/StageInput.vue
@@ -3,9 +3,9 @@ import {computed, inject} from "vue";
3
import SelectInput from "@/components/common/SelectInput.vue";
4
import {useMatchStateStore} from "@/store/matchState";
5
import {stageName} from "@/helpers/texts";
6
-import {Referee_Stage} from "@/proto/ssl_gc_referee_message";
7
-import type {ControlApi} from "@/providers/controlApi/ControlApi";
8
import {getRemainingStages} from "@/helpers";
+import type {Referee_Stage} from "@/proto/ssl_gc_referee_message";
+import type {ControlApi} from "@/providers/controlApi/ControlApi";
9
10
const store = useMatchStateStore()
11
const control = inject<ControlApi>('control-api')
0 commit comments