1
0

🚚 Move chatClient, pubSubClient and webServer to helpers

This commit is contained in:
2021-06-18 19:31:20 +02:00
parent 5256ebe6ae
commit fa1e87115b
5 changed files with 13 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
import { connect } from "./chatClient";
import { listen } from "./webServer";
import { registerUserListener } from "./pubSubClient";
import { connect } from "./helpers/chatClient";
import { listen } from "./helpers/webServer";
import { registerUserListener } from "./helpers/pubSubClient";
const channel = "alexbcberio";