fix: remove redundant aliases
This commit is contained in:
@@ -96,8 +96,8 @@
|
||||
|
||||
<script setup>
|
||||
import { ref, computed } from "vue";
|
||||
import InputPhone from "@/components/common/InputPhone.vue";
|
||||
import InputEmail from "@/components/common/InputEmail.vue";
|
||||
import InputPhone from "~/components/common/InputPhone.vue";
|
||||
import InputEmail from "~/components/common/InputEmail.vue";
|
||||
import { useStore } from "~/stores/index";
|
||||
import { isNotNil, pickBy } from "es-toolkit";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user