small cleanup

This commit is contained in:
Henry Jameson 2026-06-04 19:10:03 +03:00
commit aa5757d603
2 changed files with 3 additions and 3 deletions

View file

@ -139,7 +139,7 @@ const EmojiPicker = {
},
components: {
StickerPicker: defineAsyncComponent(
() => import('../sticker_picker/sticker_picker.vue'),
() => import('src/components/sticker_picker/sticker_picker.vue'),
),
Checkbox,
StillImage,