Removed unused import
This commit is contained in:
parent
40099c9b62
commit
71bbd3bfbd
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
import { useNavigate } from "@solidjs/router";
|
||||
import { JSXElement, Show, createSignal, onMount, useContext } from "solid-js";
|
||||
import { JSXElement, Show, createSignal, useContext } from "solid-js";
|
||||
|
||||
import { LoginContext } from "../Context/GlobalState";
|
||||
import { NewComment, createComment } from "../Util/api";
|
||||
|
|
Loading…
Reference in a new issue