fix: remove redundant aliases
This commit is contained in:
@@ -261,10 +261,10 @@ const $getEditRights = nuxtApp.$getEditRights as () => boolean;
|
||||
import { ref, watch, nextTick } from "vue";
|
||||
|
||||
import axios from "axios";
|
||||
import Modal from "@/components/Modal.vue";
|
||||
import Template1 from "@/lib/email/templates/Template1.vue";
|
||||
import SvgIcon from "@/components/SvgIcon.vue";
|
||||
import Editor from "@/components/common/Editor.vue";
|
||||
import Modal from "~/components/Modal.vue";
|
||||
import Template1 from "~/lib/email/templates/Template1.vue";
|
||||
import SvgIcon from "~/components/SvgIcon.vue";
|
||||
import Editor from "~/components/common/Editor.vue";
|
||||
|
||||
const apiUrl = `${$getpath()}data`;
|
||||
const sendEmailUrl = `${$getpath()}send-email`;
|
||||
|
||||
Reference in New Issue
Block a user