mirror of
https://github.com/stoatchat/javascript-client-sdk.git
synced 2026-07-18 16:34:27 -04:00
fix: Fix missing import for pr 125 (#170)
Signed-off-by: Jacob Schlecht <dadadah@echoha.us>
This commit is contained in:
+1
-1
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user