Skip to content

Commit 1d786f1

Browse files
committed
Fix ts type-check issue
1 parent 256f8dc commit 1d786f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/components/start/StageInput.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import {computed, inject} from "vue";
33
import SelectInput from "@/components/common/SelectInput.vue";
44
import {useMatchStateStore} from "@/store/matchState";
55
import {stageName} from "@/helpers/texts";
6-
import {Referee_Stage} from "@/proto/ssl_gc_referee_message";
7-
import type {ControlApi} from "@/providers/controlApi/ControlApi";
86
import {getRemainingStages} from "@/helpers";
7+
import type {Referee_Stage} from "@/proto/ssl_gc_referee_message";
8+
import type {ControlApi} from "@/providers/controlApi/ControlApi";
99
1010
const store = useMatchStateStore()
1111
const control = inject<ControlApi>('control-api')

0 commit comments

Comments
 (0)