fix: remove redundant aliases
This commit is contained in:
@@ -235,7 +235,7 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { imageUrl } from "@/components/marketing/email/Email.utils";
|
||||
import { imageUrl } from "~/components/marketing/email/Email.utils";
|
||||
import { computed } from "vue";
|
||||
|
||||
interface KeywordItem {
|
||||
|
||||
Reference in New Issue
Block a user