refactor: remove unused import
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<script setup>
|
||||
import { ref, computed, watch } from 'vue';
|
||||
import { ref, computed } from 'vue';
|
||||
import CAPTCHA from '../CAPTCHA.vue';
|
||||
|
||||
const emit = defineEmits(['new-message']);
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<script setup>
|
||||
import { ref, watch, onMounted, computed } from 'vue';
|
||||
import { ref, watch, computed } from 'vue';
|
||||
import CAPTCHA from '../CAPTCHA.vue';
|
||||
|
||||
const emit = defineEmits(['new-user']);
|
||||
|
||||
Reference in New Issue
Block a user