diff --git a/src/components/Article/ShoutRatingControl.tsx b/src/components/Article/ShoutRatingControl.tsx index 70aa65f8..f4bd2b9e 100644 --- a/src/components/Article/ShoutRatingControl.tsx +++ b/src/components/Article/ShoutRatingControl.tsx @@ -1,6 +1,6 @@ import styles from './ShoutRatingControl.module.scss' import { clsx } from 'clsx' -import { createMemo } from 'solid-js' +import { createMemo, Show } from 'solid-js' import { ReactionKind, Shout } from '../../graphql/types.gen' import { loadShout } from '../../stores/zine/articles' import { useSession } from '../../context/session'