Remove unused deps in CommentSection, build now works
This commit is contained in:
parent
edb7ef2fc4
commit
d2fd1a17ed
1 changed files with 0 additions and 3 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue