From ff38d45b9686ccbd2e902477bde4cd7eb7d251e8 Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Thu, 10 Apr 2025 19:25:18 +0000 Subject: [PATCH] remove unwanted import --- client/src/rtengine/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/rtengine/index.js b/client/src/rtengine/index.js index 6bc1078..c933cd7 100755 --- a/client/src/rtengine/index.js +++ b/client/src/rtengine/index.js @@ -1,6 +1,5 @@ import TopicsController from "./topics" import { version } from "../../package.json" -import path from "node:path" /** * WebSocket client for real-time communication with a backend service.