Renamed lib module

This commit is contained in:
Daniel Kluge
2023-11-01 22:23:16 +01:00
parent b27a71d92d
commit 09484a0d62
5 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { MultiMessageBroker, FileImporter } from "prototyp";
import { MultiMessageBroker, FileImporter } from "aas-multimessagebroker";
import HTTPInterfaceServer from "./modules/httpInterfaceServer";
import MQTTConnector from "./modules/mqttConnector";