Clean up imports

This commit is contained in:
2025-09-06 12:25:32 +03:00
Unverified
parent df92d643b5
commit 323f368bc8
9 changed files with 16 additions and 23 deletions
+1 -2
View File
@@ -1,11 +1,10 @@
import { MessagePanel, type MessagePanelCallbacks } from "./MessagePanel";
import {
fetchUserPublicKey,
fetchDMHistory,
decryptDm,
sendDMViaWebSocket
} from "../../api/dmApi";
import type { Message, DmEnvelope } from "../../core/types";
import type { Message } from "../../core/types";
import type { UserState } from "../state";
export interface DMPanelData {