chore: fix the path

This commit is contained in:
Muhsin Keloth
2024-04-25 16:31:55 +05:30
parent f69de85556
commit 56d8ccb6cc
@@ -49,7 +49,7 @@
</template>
<script setup>
import { computed, ref } from 'vue';
import InitialsAvatar from 'v3/components/Form/InitialsAvatar.vue';
import InitialsAvatar from './InitialsAvatar.vue';
const props = defineProps({
src: {
type: String,