fix: eslint errors
This commit is contained in:
@@ -65,8 +65,13 @@ import {
|
||||
removeOrigin,
|
||||
saveOrigin
|
||||
} from '../../../utils/graph-client'
|
||||
import { useLazyQuery, useMutation, useQuery, useResult } from '../../../plugins/apollo'
|
||||
import { useAuth } from '../../../plugins/auth'
|
||||
import {
|
||||
useLazyQuery,
|
||||
useMutation,
|
||||
useQuery,
|
||||
useResult
|
||||
} from '../../../plugins/apollo'
|
||||
import useAuth from '../../../plugins/auth'
|
||||
import { useTranslation } from '../../../plugins/i18n'
|
||||
|
||||
export default {
|
||||
|
||||
Reference in New Issue
Block a user