From c7df50d89946f11490c91dffd7f77bc57a8c6089 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Tue, 5 Apr 2022 23:06:17 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20vue-tsc=20=EC=97=90=EB=9F=AC=20=EB=B0=98?= =?UTF-8?q?=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/ts/processing/Nation/che_국기변경.vue | 2 +- hwe/ts/processing/Nation/che_국호변경.vue | 2 +- hwe/ts/processing/Nation/index.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hwe/ts/processing/Nation/che_국기변경.vue b/hwe/ts/processing/Nation/che_국기변경.vue index 34295884..be7cb399 100644 --- a/hwe/ts/processing/Nation/che_국기변경.vue +++ b/hwe/ts/processing/Nation/che_국기변경.vue @@ -32,7 +32,7 @@ import ColorSelect from "@/processing/SelectColor.vue"; 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"; diff --git a/hwe/ts/processing/Nation/che_국호변경.vue b/hwe/ts/processing/Nation/che_국호변경.vue index 504b735e..f1c27787 100644 --- a/hwe/ts/processing/Nation/che_국호변경.vue +++ b/hwe/ts/processing/Nation/che_국호변경.vue @@ -31,7 +31,7 @@