Remove unused deps in CommentSection, build now works

This commit is contained in:
Imbus 2024-03-06 01:35:48 +01:00
parent edb7ef2fc4
commit d2fd1a17ed

View file

@ -1,10 +1,7 @@
import { import {
For, For,
JSXElement, JSXElement,
Show,
createResource, createResource,
createSignal,
useContext,
} from "solid-js"; } from "solid-js";
import { getComments } from "../Util/api"; import { getComments } from "../Util/api";