style: organize imports after dashboard rebuild
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import type { WebSocket } from "ws";
|
||||
import { createChildLogger } from "../logger";
|
||||
import type {
|
||||
AnalysisQueueStatus,
|
||||
AttachmentRecord,
|
||||
MessageRecord,
|
||||
ModerationWsEvent,
|
||||
} from "./types";
|
||||
import { createChildLogger } from "../logger";
|
||||
|
||||
type ClientLike = Pick<WebSocket, "readyState" | "send">;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user