add missing import, remove no longer needed one

This commit is contained in:
Kamila 2024-07-24 13:45:17 +02:00
parent 9e1e561acc
commit 9953f23fa0
2 changed files with 1 additions and 2 deletions

View File

@ -23,7 +23,7 @@
</template>
<script setup>
import { sendActivationEmail } from '../graphql/sendActivationEmail'
import { BButton, BFormInput, BInputGroup } from 'bootstrap-vue-next'
import { BButton, BFormInput, BInputGroup, BInputGroupText } from 'bootstrap-vue-next'
import { useI18n } from 'vue-i18n'
import { useMutation } from '@vue/apollo-composable'

View File

@ -82,7 +82,6 @@ import {
BForm,
BInputGroup,
BButton,
BCol,
BFormTextarea,
} from 'bootstrap-vue-next'