Update imports

This commit is contained in:
Jackson Harper
2024-02-16 11:56:26 +08:00
parent 0f87c86d13
commit e4be448792
2 changed files with 2 additions and 8 deletions

View File

@ -1,6 +1,5 @@
import { gql } from 'graphql-request'
import { gqlFetcher } from '../networkHelpers'
import { State } from '../fragments/articleFragment'
export type UpdateUserInput = {
name: string

View File

@ -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,