fix: Fix missing import for pr 125 (#170)

Signed-off-by: Jacob Schlecht <dadadah@echoha.us>
This commit is contained in:
Jacob Schlecht
2026-07-17 21:38:54 -06:00
committed by GitHub
parent 2c3d0c5366
commit 297710dbbe
+1 -1
View File
@@ -4,7 +4,7 @@ import { batch, createSignal } from "solid-js";
import { ReactiveMap } from "@solid-primitives/map";
import { AsyncEventEmitter } from "@vladfrangu/async_event_emitter";
import { API } from "stoat-api";
import type { DataLogin, RevoltConfig, Role } from "stoat-api";
import type { DataLogin, Error, RevoltConfig, Role } from "stoat-api";
import type { Channel } from "./classes/Channel.js";
import type { Emoji } from "./classes/Emoji.js";