Update imports
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
import { gql } from 'graphql-request'
|
||||
import { gqlFetcher } from '../networkHelpers'
|
||||
import { State } from '../fragments/articleFragment'
|
||||
|
||||
export type UpdateUserInput = {
|
||||
name: string
|
||||
|
||||
@ -1,11 +1,6 @@
|
||||
import { gql } from 'graphql-request'
|
||||
import useSWRImmutable, { Cache } from 'swr'
|
||||
import {
|
||||
gqlFetcher,
|
||||
makeGqlFetcher,
|
||||
RequestContext,
|
||||
ssrFetcher,
|
||||
} from '../networkHelpers'
|
||||
import { Cache } from 'swr'
|
||||
import { gqlFetcher, makeGqlFetcher } from '../networkHelpers'
|
||||
import {
|
||||
articleFragment,
|
||||
ContentReader,
|
||||
|
||||
Reference in New Issue
Block a user