fix judge.

This commit is contained in:
2023-12-19 16:02:34 +08:00
parent 47afc84096
commit b58d4c881b
2 changed files with 1 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ import CodeMirror from "vue-codemirror6"
import { cpp } from "@codemirror/lang-cpp" import { cpp } from "@codemirror/lang-cpp"
import { python } from "@codemirror/lang-python" import { python } from "@codemirror/lang-python"
import { EditorView } from "@codemirror/view" import { EditorView } from "@codemirror/view"
import { createSubmission } from "../../api" import { createSubmission } from "../judge"
import { smoothy } from "../cm-themes/smoothy" import { smoothy } from "../cm-themes/smoothy"
import { oneDark } from "../cm-themes/oneDark" import { oneDark } from "../cm-themes/oneDark"