fix: linter errors regarding unused imports (#171)

Signed-off-by: Jacob Schlecht <dadadah@echoha.us>
This commit is contained in:
Jacob Schlecht
2026-07-17 23:18:14 -06:00
committed by GitHub
parent c6b90b08ee
commit 7fef0567c7
3 changed files with 1 additions and 4 deletions
-1
View File
@@ -2,7 +2,6 @@ import type {
DataBanCreate,
DataMemberEdit,
MemberCompositeKey,
Role,
} from "stoat-api";
import type { ServerMemberCollection } from "../collections/ServerMemberCollection.js";
-2
View File
@@ -1,10 +1,8 @@
import { ReactiveMap } from "@solid-primitives/map";
import { ReactiveSet } from "@solid-primitives/set";
import type { Channel as APIChannel } from "stoat-api";
import type { Client } from "../Client.js";
import { File } from "../classes/File.js";
import { VoiceParticipant } from "../classes/VoiceParticipant.js";
import type { Merge } from "../lib/merge.js";
import type { Hydrate } from "./index.js";
+1 -1
View File
@@ -1,6 +1,6 @@
import { ReactiveMap } from "@solid-primitives/map";
import { ReactiveSet } from "@solid-primitives/set";
import type { Embed, Interactions, Masquerade, Message } from "stoat-api";
import type { Interactions, Masquerade, Message } from "stoat-api";
import type { Client } from "../Client.js";
import { File } from "../classes/File.js";