Skip to content

Commit

Permalink
🔥 Removing leftover import
Browse files Browse the repository at this point in the history
  • Loading branch information
MiloradFilipovic committed Dec 27, 2024
1 parent e54fad1 commit 33d729a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// eslint-disable import/no-extraneous-dependencies
import { onClickOutside } from '@vueuse/core';
import { isEmojiSupported } from 'is-emoji-supported';
import { ref, defineProps, computed, onMounted } from 'vue';
import { ref, defineProps, computed } from 'vue';
import { useI18n } from '../../composables/useI18n';
import N8nTooltip from '../N8nTooltip';
Expand Down

0 comments on commit 33d729a

Please sign in to comment.