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 -4
View File
@@ -1,8 +1,5 @@
import { API_BASE_URL } from "../core/config";
// import { showLogin } from "../navigation";
import type { Headers, User, WebSocketMessage } from "../core/types";
import { clearAlerts } from "./auth";
import { request } from "../websocket";
import type { Headers } from "../core/types";
/**
* Generates authentication headers for API requests