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 @@