move ClientWSInterface to client classes

This commit is contained in:
srgooglo 2022-05-06 14:20:50 +02:00
parent b515eb24f9
commit 6a099620d9
3 changed files with 3 additions and 1 deletions

View File

@ -1 +0,0 @@
export { default as ComplexController } from "./ComplexController"

View File

@ -0,0 +1,3 @@
module.exports = {
WSInterface: require("./classes/WSInterface"),
}