This commit is contained in:
2023-01-18 21:47:39 +08:00
parent 5763f6dea2
commit a192c6d77a
14 changed files with 56 additions and 125 deletions

View File

@@ -1,7 +1,7 @@
<script lang="ts" setup>
import { SOURCES } from "utils/constants"
import { Problem } from "utils/types"
import Monaco from "~/shared/Monaco/index.vue"
import Monaco from "~/shared/Monaco.vue"
import { code } from "oj/composables/code"
interface Props {