solid-primitives
This commit is contained in:
parent
9722c031a1
commit
cdb0bab8c3
|
@ -19,7 +19,7 @@ import { Popup } from '../_shared/Popup'
|
|||
import { AuthorCard } from '../Author/Card'
|
||||
import { loadReactionsBy, REACTIONS_AMOUNT_PER_PAGE } from '../../stores/zine/reactions'
|
||||
import { apiClient } from '../../utils/apiClient'
|
||||
import Comment from '../Article/Comment'
|
||||
import { Comment } from '../Article/Comment'
|
||||
|
||||
// TODO: load reactions on client
|
||||
type AuthorProps = {
|
||||
|
|
|
@ -14,7 +14,8 @@ import type {
|
|||
QueryLoadRecipientsArgs,
|
||||
User,
|
||||
ProfileInput,
|
||||
ReactionInput
|
||||
ReactionInput,
|
||||
ReactionBy
|
||||
} from '../graphql/types.gen'
|
||||
import { publicGraphQLClient } from '../graphql/publicGraphQLClient'
|
||||
import { getToken, privateGraphQLClient } from '../graphql/privateGraphQLClient'
|
||||
|
|
Loading…
Reference in New Issue
Block a user