[fix] alias imports

This commit is contained in:
Janis Meister
2023-06-29 12:53:17 +02:00
parent e5f4e7b4fa
commit eb0e005882
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
import { IAuthSenderPayload, IChannel, IClient, IConnection, ITS5ConnectionHandler, ITS5DataHandler, ITS5MessageHandler } from "interfaces/teamspeak";
import { IAuthSenderPayload, IChannel, IClient, IConnection, ITS5ConnectionHandler, ITS5DataHandler, ITS5MessageHandler } from "@interfaces/teamspeak";
import { TS5DataHandler } from "./dataHandler";
import { TS5MessageHandler } from "./messageHandler";