mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-09 13:55:01 +02:00
Replace local GroupSwitch & Searchbox components with 2fauth/ui ones
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
<script setup>
|
||||
import SearchBox from '@/components/SearchBox.vue'
|
||||
import userService from '@/services/userService'
|
||||
import Spinner from '@/components/Spinner.vue'
|
||||
import { FontAwesomeLayers } from '@fortawesome/vue-fontawesome'
|
||||
import { UseColorMode } from '@vueuse/components'
|
||||
import { useErrorHandler } from '@2fauth/stores'
|
||||
import { SearchBox } from '@2fauth/ui'
|
||||
|
||||
const errorHandler = useErrorHandler()
|
||||
const $2fauth = inject('2fauth')
|
||||
|
Reference in New Issue
Block a user