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";