🚨 Fix ts check issue

This commit is contained in:
LittleSheep 2024-02-14 19:18:53 +08:00
parent 7dcbf9908e
commit 791ae438df

View File

@ -1,4 +1,4 @@
import { For, Match, Show, Switch } from "solid-js";
import { For, Match, Switch } from "solid-js";
import { clearUserinfo, useUserinfo } from "../../stores/userinfo.tsx";
import { useNavigate } from "@solidjs/router";
import { useWellKnown } from "../../stores/wellKnown.tsx";