From d2fd1a17ed2c9daf8cbe9402d15148b24aefd073 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Wed, 6 Mar 2024 01:35:48 +0100 Subject: [PATCH] Remove unused deps in CommentSection, build now works --- client-solid/src/Components/CommentSection.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/client-solid/src/Components/CommentSection.tsx b/client-solid/src/Components/CommentSection.tsx index 7046465..998ea28 100644 --- a/client-solid/src/Components/CommentSection.tsx +++ b/client-solid/src/Components/CommentSection.tsx @@ -1,10 +1,7 @@ import { For, JSXElement, - Show, createResource, - createSignal, - useContext, } from "solid-js"; import { getComments } from "../Util/api";