mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Update imports
This commit is contained in:
parent
0f87c86d13
commit
e4be448792
2 changed files with 2 additions and 8 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue