fix(avatar) : add explicit import for useAvatarService in profile page

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-15 22:12:38 +01:00
parent b978adf9ae
commit 98782a9849

View File

@@ -48,6 +48,8 @@
</template>
<script setup lang="ts">
import { useAvatarService } from '~/composables/useAvatarService'
const auth = useAuthStore()
const { upload, remove } = useAvatarService()