|
|
@@ -24,7 +24,7 @@
|
|
|
|
|
|
<script setup>
|
|
|
import { getStates } from "src/api/state";
|
|
|
-import { ref, onMounted, watch, computed } from "vue";
|
|
|
+import { ref, onMounted, watch } from "vue";
|
|
|
import { normalizeString } from "src/helpers/utils";
|
|
|
import { useI18n } from "vue-i18n";
|
|
|
import DefaultSelect from "src/components/defaults/DefaultSelect.vue";
|