add acm helper.

This commit is contained in:
2023-04-12 19:47:36 +08:00
parent 987d27cb51
commit d99ecfefca
5 changed files with 31 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
<script setup lang="ts">
import { CONTEST_STATUS, ContestStatus } from "utils/constants"
import { CONTEST_STATUS } from "utils/constants"
import { isDesktop } from "~/shared/composables/breakpoints"
import { useContestStore } from "../store/contest"
import ContestInfo from "./components/ContestInfo.vue"