统一导入

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

@@ -1,5 +1,5 @@
<script setup lang="ts">
import { ContestRank } from "~/utils/types"
import { ContestRank } from "utils/types"
interface Props {
rank: ContestRank

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>

View File

@@ -1,7 +1,7 @@
<script setup lang="ts">
import { useContestStore } from "oj/store/contest"
import { isDesktop } from "~/shared/composables/breakpoints"
import { ContestStatus } from "~/utils/constants"
import { isDesktop } from "shared/composables/breakpoints"
import { ContestStatus } from "utils/constants"
const route = useRoute()
const router = useRouter()