better imports organization

This commit is contained in:
Henry Jameson 2026-01-08 17:26:52 +02:00
commit 42930252b1
167 changed files with 663 additions and 445 deletions

View file

@ -1,8 +1,9 @@
import { shallowMount } from '@vue/test-utils'
import vClickOutside from 'click-outside-vue3'
import EmojiInput from 'src/components/emoji_input/emoji_input.vue'
import { h } from 'vue'
import EmojiInput from 'src/components/emoji_input/emoji_input.vue'
const generateInput = (value, padEmoji = true) => {
const wrapper = shallowMount(EmojiInput, {
global: {