统一导入

This commit is contained in:
2025-10-05 20:07:41 +08:00
parent 2b93a9e849
commit 7e6d03ca1a
77 changed files with 211 additions and 211 deletions

View File

@@ -2,7 +2,7 @@
import { Icon } from "@iconify/vue"
import { useContestStore } from "oj/store/contest"
import { parseTime } from "utils/functions"
import ContestType from "~/shared/components/ContestType.vue"
import ContestType from "shared/components/ContestType.vue"
const contestStore = useContestStore()
</script>