[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 { IConnection, IChannel, IClient, ITS5DataHandler } from "interfaces/teamspeak";
import { IConnection, IChannel, IClient, ITS5DataHandler } from "@interfaces/teamspeak";
/**