From 0b56f32b097d3c2bdb8c0be0c293cead10aad07e Mon Sep 17 00:00:00 2001 From: kvakazyambra Date: Sun, 9 Jul 2023 21:38:31 +0300 Subject: [PATCH] Minor fix --- src/components/Article/ShoutRatingControl.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'