fix: vue-tsc 에러 반영

This commit is contained in:
2022-04-05 23:06:58 +09:00
parent 29619ada08
commit c7df50d899
3 changed files with 3 additions and 3 deletions
@@ -31,7 +31,7 @@
<script lang="ts">
import { defineComponent, ref } from "vue";
import { unwrap } from "@/util/unwrap";
import { Args } from "@/processing/args";
import type { Args } from "@/processing/args";
import TopBackBar from "@/components/TopBackBar.vue";
import BottomBar from "@/components/BottomBar.vue";