diff options
Diffstat (limited to 'packages/frontend/src/components/MkEmojiPicker.section.vue')
| -rw-r--r-- | packages/frontend/src/components/MkEmojiPicker.section.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkEmojiPicker.section.vue b/packages/frontend/src/components/MkEmojiPicker.section.vue index f6ba7abfc4..61f8811b06 100644 --- a/packages/frontend/src/components/MkEmojiPicker.section.vue +++ b/packages/frontend/src/components/MkEmojiPicker.section.vue @@ -32,5 +32,5 @@ const emit = defineEmits<{ const shown = ref(!!props.initialShown); </script> -<style lang="scss" scoped> +<style lang="scss"> </style> |