[bugfix] 移除不需要的引用

This commit is contained in:
lichx 2024-11-22 22:36:51 +08:00
parent 087d1fe8d6
commit 930e6befeb
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
import "../style.css"
import {inject, Ref, ref} from "vue";
import {Compiler} from "../utils/Complier.ts";
import {Runner, RunnerState} from "../utils/Runner.ts";
import {Runner} from "../utils/Runner.ts";
let compiler: Compiler = inject("compiler") as Compiler;
let runner: Runner = inject("runner") as Runner;