This commit is contained in:
2023-04-12 18:57:27 +08:00
parent 965de2f069
commit 7a1cd8244b
25 changed files with 21 additions and 68 deletions

View File

@@ -1,5 +1,4 @@
<script setup lang="ts">
import { DropdownOption } from "naive-ui"
import { useContestStore } from "oj/store/contest"
import { isDesktop } from "~/shared/composables/breakpoints"
import { ContestStatus } from "~/utils/constants"