mirror of
https://github.com/stoatchat/javascript-client-sdk.git
synced 2026-07-18 16:34:27 -04:00
fix: linter errors regarding unused imports (#171)
Signed-off-by: Jacob Schlecht <dadadah@echoha.us>
This commit is contained in:
@@ -2,7 +2,6 @@ import type {
|
||||
DataBanCreate,
|
||||
DataMemberEdit,
|
||||
MemberCompositeKey,
|
||||
Role,
|
||||
} from "stoat-api";
|
||||
|
||||
import type { ServerMemberCollection } from "../collections/ServerMemberCollection.js";
|
||||
|
||||
@@ -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,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";
|
||||
|
||||
Reference in New Issue
Block a user