biome check --write
This commit is contained in:
parent
9262e803ec
commit
b05a501236
225 changed files with 1177 additions and 1266 deletions
|
|
@ -1,10 +1,10 @@
|
|||
import mfaApi from '../../services/new_api/mfa.js'
|
||||
import { mapState } from 'vuex'
|
||||
import { mapStores, mapActions, mapState as mapPiniaState } from 'pinia'
|
||||
import { useOAuthStore } from 'src/stores/oauth.js'
|
||||
import { useAuthFlowStore } from 'src/stores/auth_flow.js'
|
||||
import { library } from '@fortawesome/fontawesome-svg-core'
|
||||
import { faTimes } from '@fortawesome/free-solid-svg-icons'
|
||||
import { mapActions, mapState as mapPiniaState, mapStores } from 'pinia'
|
||||
import { useAuthFlowStore } from 'src/stores/auth_flow.js'
|
||||
import { useOAuthStore } from 'src/stores/oauth.js'
|
||||
import { mapState } from 'vuex'
|
||||
import mfaApi from '../../services/new_api/mfa.js'
|
||||
|
||||
library.add(faTimes)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
import mfaApi from '../../services/new_api/mfa.js'
|
||||
import { mapState } from 'vuex'
|
||||
import { mapStores, mapActions, mapState as mapPiniaState } from 'pinia'
|
||||
import { useOAuthStore } from 'src/stores/oauth.js'
|
||||
import { useAuthFlowStore } from 'src/stores/auth_flow.js'
|
||||
import { library } from '@fortawesome/fontawesome-svg-core'
|
||||
import { faTimes } from '@fortawesome/free-solid-svg-icons'
|
||||
import { mapActions, mapState as mapPiniaState, mapStores } from 'pinia'
|
||||
import { useAuthFlowStore } from 'src/stores/auth_flow.js'
|
||||
import { useOAuthStore } from 'src/stores/oauth.js'
|
||||
import { mapState } from 'vuex'
|
||||
import mfaApi from '../../services/new_api/mfa.js'
|
||||
|
||||
library.add(faTimes)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue