fix: remove redundant aliases
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<script setup>
|
||||
import AvatarBox from "@/components/dashboard/AvatarBox.vue";
|
||||
import AvatarBox from "~/components/dashboard/AvatarBox.vue";
|
||||
|
||||
const props = defineProps({
|
||||
name: String,
|
||||
|
||||
Reference in New Issue
Block a user