mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
add missing import, remove no longer needed one
This commit is contained in:
parent
9e1e561acc
commit
9953f23fa0
@ -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'
|
||||
|
||||
|
||||
@ -82,7 +82,6 @@ import {
|
||||
BForm,
|
||||
BInputGroup,
|
||||
BButton,
|
||||
BCol,
|
||||
BFormTextarea,
|
||||
} from 'bootstrap-vue-next'
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user