diff --git a/src/components/Views/Feed.tsx b/src/components/Views/Feed.tsx index 335cf8f4..9b87b85e 100644 --- a/src/components/Views/Feed.tsx +++ b/src/components/Views/Feed.tsx @@ -19,6 +19,7 @@ import stylesTopic from '../Feed/CardTopic.module.scss' import styles from './Feed.module.scss' import { clsx } from 'clsx' import Userpic from '../Author/Userpic' +import type { Author } from '../../graphql/types.gen' // const AUTHORSHIP_REACTIONS = [ // ReactionKind.Accept, @@ -139,7 +140,7 @@ export const FeedView = () => {