remove useless code.

This commit is contained in:
2023-12-11 13:38:20 +08:00
parent eb8dce2e4f
commit e3b2aded62
21 changed files with 30 additions and 233 deletions

View File

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